Formula for day of the week to relate to corresponding date cell

  • Thread starter Thread starter Cadders
  • Start date Start date
C

Cadders

I am not a programmer but can do some basic instructions in excel cells but I
am not able to solve this one. In Excel 2002xp I have a date in one cell and
would like this to display the actual weekday in another cell. Is there a
formula for achieving this?
 
hi,
in A1 is 1/19/08
=text(A1,"dddd")=Saturday
=text(A1,"ddd")=Sat

regards
FSt1
 
If your date is in A1, then in B1 enter:

=A1

format B1 as Custom > dddd
 

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