How do I enter the formula to show the current day of the week ?

  • Thread starter Thread starter Simple, but I don't know
  • Start date Start date
S

Simple, but I don't know

I want to show the current date ..ie =(today) but in a column next to it I
want to show the day of the week. What is the formula ?
 
=day(A1), or whatever your cell reference is, then Format > Custom > Type >
dddd


Regards,
Ryan---
 
Instead of using a second cell, you could just use a custom format:

Format|cells|Number tab|custom category:

mmmm dd, yyyy dddd
or
mm/dd/yyyy dddd
or some variation.
 
Back
Top