Formula Help!

G

Guest

Hi,

I need to transform a date to week date , for example:
10/11/05 to Tuesday
Is there any formula can do this transform?

Thanks in advance
 
B

Biff

Hi!

Try this:

A1 = 10/11/2005

=TEXT(A1,"dddd")

This returns a TEXT value = Tuesday

OR, you could just format the cell, A1, as dddd. This retains it's numeric
value but will display as Tuesday.

Biff
 
P

pinmaster

Hi,
If your date is in A1 then:
=WEEKDAY(A1)
you will need to format the cell to show only the day.....in cell
format select custom and type dddd

HTH
JG
 

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