Day of Week

W

wfgfreedom

Is there a way to identify the day of the week from a cell with the
date.

Eg. Jan 20, 2008 in cell A1 with a formula in cell A2 that displays
Sunday.

Regards,
Frank
 
R

Rick Rothstein \(MVP - VB\)

Two ways...

1) Put = A1 in A2 and use dddd as the custom format

2) Put =TEXT(A1, "dddd") in A2

The first one still has the date actual date in it, just formatted to look
like the day name (notice the word Sunday is on the right side of the cell
just like a number would be). The second one is text only.

Rick
 
W

wfgfreedom

Two ways...

1) Put = A1 in A2 and use dddd as the custom format

2) Put =TEXT(A1, "dddd") in A2

The first one still has the date actual date in it, just formatted to look
like the day name (notice the word Sunday is on the right side of the cell
just like a number would be). The second one is text only.

Rick








- Show quoted text -

Thanks for your help.

Frank
 

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