get date function result as text

A

Andrew

Hello,

I am grabbing weekday names with this function =DATE(E5,C5,D5) where
E5 is 2007 C5 is 1 and D5 is1 the result is Mon

I wish to look at some data by day of the week so i would like to
convert the result to text so i can then use a conditional statement
to work with the data set by day of week.

yes i am a rank newbie so please be kind if i have somehow made this
harder than it should be

i searched high and low ofr a way to get a text result but to no avail

thanks for your consideration!

Andy
 
P

Pete_UK

Not sure why you need to turn it into text. Have a look at the WEEKDAY
function in Excel Help - this returns a number which corresponds to
the day of the week (1 - 7), so you can apply an IF function to this.

Hope this helps.

Pete
 

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