finding days in Excel

  • Thread starter Thread starter Andy B.
  • Start date Start date
A

Andy B.

Is there a format in Excel which returns the day for the date you put
in? or does it have to be done manually using lookup tables etc?

Thanks

Andy
 
i hope you meant a worksheet function which would return the weekday fo
the date entered:

=TEXT(WEEKDAY(TODAY()),"dddd"
 
Hi

Or
=TODAY()
and format as Custom "dddd"


--
Arvi Laanemets
(When sending e-mail, use address arvil<At>tarkon.ee)



Bob Phillips said:
or even

=TEXT(TODAY(),"dddd")

or

=TEXT(A1,"dddd")
 
I like this custom format:

mm/dd/yyyy* dddd

I can see the date and day of week in the same cell.
 

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