W WLMPilot Oct 6, 2008 #1 I have a date "mm/dd/yy" in A1. How do I determine the day in text format for B1, ie Sunday, Monday, etc. Thanks, Les
I have a date "mm/dd/yy" in A1. How do I determine the day in text format for B1, ie Sunday, Monday, etc. Thanks, Les
D Domenic Oct 6, 2008 #4 WLMPilot said: I have a date "mm/dd/yy" in A1. How do I determine the day in text format for B1, ie Sunday, Monday, etc. Thanks, Les Click to expand... Try... =TEXT(A1,"dddd") Hope this helps!
WLMPilot said: I have a date "mm/dd/yy" in A1. How do I determine the day in text format for B1, ie Sunday, Monday, etc. Thanks, Les Click to expand... Try... =TEXT(A1,"dddd") Hope this helps!
W WLMPilot Oct 6, 2008 #7 Thanks! Domenic said: Try... =TEXT(A1,"dddd") Hope this helps! Click to expand...