Type in m/d/y in one column and have day automatically in next col

  • Thread starter Thread starter Big Building 2008
  • Start date Start date
B

Big Building 2008

I would like to enter month/day/year in column A then have the day
automatically come up in column B.
ie: enter 11/31/08 in column A then Friday automatically come up in column B.

Is this possible?
 
Hi,

in B1 enter the formula =A1
then format the cell to DDDD. Choose Format, Cells, Number tab, Custom, and
type dddd into the Type line on the right.
 
I wouldn't use an extra column of cells for this.

I'd just give the cell a custom format of something like:

dddd dd-mmmm-yyyy

So that one cell showed both the day of week and date.
 
Back
Top