Excel Date

  • Thread starter Thread starter strayerld
  • Start date Start date
S

strayerld

Realize date stored in cell not as mm/dd/yy format, but how can i get any of
the three from the date Ie; concatenate month(name or number) to a phrase??
 
You'd need to use Weekday() instead of Day() as in =TEXT(WEEKDAY(A1),"DDDD")
 
Why not just =TEXT(A1,"DDDD") instead of =TEXT(WEEKDAY(A1),"DDDD") ?
 
'cause it didn't occur to me? ;o)

I was just pointing out that the DAY() function won't give the desired
results.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top