Excel 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??
 
A

AnotherNewGuy

You'd need to use Weekday() instead of Day() as in =TEXT(WEEKDAY(A1),"DDDD")
 
A

AnotherNewGuy

'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

Top