Adding the DAY to a Date field?

  • Thread starter Thread starter kelemvor
  • Start date Start date
K

kelemvor

Is there some way I can have Excel 2k put the DAY that corresponds to
specific date? So if I type in 6/9/04 it would put in Wednesda
6/9/04?

Not sure if that's included anywhere.

Thanks
 
kelemvor,

Use dddd in a custom format (Format - Cells - Number - Custom):
dddd d-mmm
dddd mmm dd, yyyy
dddd mm/dd/yy
 
Is there some way I can have Excel 2k put the DAY that corresponds to a
specific date? So if I type in 6/9/04 it would put in Wednesday
6/9/04?

Not sure if that's included anywhere.

Thanks.

Format/Cells/Date and choose the format that includes the day.

Or

Format/Cells/Custom Type: dddd d/m/y


--ron
 
Excel2k doesn't seem to have the built in option that has the Day but
was able to edit it in the custom area and it works fine.

Thanks
 
One more format that I find pretty neat:

dddd* mm/dd/yyyy

Watch what happens when you widen the column!
 
And try these.

dddd *- dd/mm/yy
dddd ** dd/mm/yy
dddd *. dd/mm/yy
dddd*.dd/mm/yy
 
I really like to use the 4 digit year, too!

and one more:

dddd[alt-0010]mm/dd/yyyy

where [alt-0010] is not typed. Hit and hold the alt-key and type 0010 from the
numeric keypad.

It looks nice centered in the cell--but it doesn't behave very nicely with
autofitting rows or columns.

Looks kind of like this:

Sunday
06/13/2004




Earl said:
And try these.

dddd *- dd/mm/yy
dddd ** dd/mm/yy
dddd *. dd/mm/yy
dddd*.dd/mm/yy
 
Dave,

I couldn't get the Alt-0010 to work. It drops to a second line in the
custom format box as you would expect (I have to arrow up and down -- it
only shows one line at a time in that box). But it just puts a square in
the cell where the 0010 code was in the format code. XL2002.


--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

Dave Peterson said:
I really like to use the 4 digit year, too!

and one more:

dddd[alt-0010]mm/dd/yyyy

where [alt-0010] is not typed. Hit and hold the alt-key and type 0010 from the
numeric keypad.

It looks nice centered in the cell--but it doesn't behave very nicely with
autofitting rows or columns.

Looks kind of like this:

Sunday
06/13/2004




Earl said:
And try these.

dddd *- dd/mm/yy
dddd ** dd/mm/yy
dddd *. dd/mm/yy
dddd*.dd/mm/yy
 
I should have mentioned that Wraptext has to be enabled, too.

(also xl2002)

Earl said:
Dave,

I couldn't get the Alt-0010 to work. It drops to a second line in the
custom format box as you would expect (I have to arrow up and down -- it
only shows one line at a time in that box). But it just puts a square in
the cell where the 0010 code was in the format code. XL2002.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

Dave Peterson said:
I really like to use the 4 digit year, too!

and one more:

dddd[alt-0010]mm/dd/yyyy

where [alt-0010] is not typed. Hit and hold the alt-key and type 0010 from the
numeric keypad.

It looks nice centered in the cell--but it doesn't behave very nicely with
autofitting rows or columns.

Looks kind of like this:

Sunday
06/13/2004




Earl said:
And try these.

dddd *- dd/mm/yy
dddd ** dd/mm/yy
dddd *. dd/mm/yy
dddd*.dd/mm/yy

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

One more format that I find pretty neat:

dddd* mm/dd/yyyy

Watch what happens when you widen the column!



:

Is there some way I can have Excel 2k put the DAY that corresponds to a
specific date? So if I type in 6/9/04 it would put in Wednesday
6/9/04?

Not sure if that's included anywhere.

Thanks.
 
Dave,

Thanks. This made me realize that even when you put a LF (Alt-Enter or
CHAR(10)) in text in a cell, wrap text must be on (it gets turned on
automatically). I dinna know that. Sounds as if they should have named it
"multiline," not "wrap text."

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

Dave Peterson said:
I should have mentioned that Wraptext has to be enabled, too.

(also xl2002)

Earl said:
Dave,

I couldn't get the Alt-0010 to work. It drops to a second line in the
custom format box as you would expect (I have to arrow up and down -- it
only shows one line at a time in that box). But it just puts a square in
the cell where the 0010 code was in the format code. XL2002.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

Dave Peterson said:
I really like to use the 4 digit year, too!

and one more:

dddd[alt-0010]mm/dd/yyyy

where [alt-0010] is not typed. Hit and hold the alt-key and type 0010 from the
numeric keypad.

It looks nice centered in the cell--but it doesn't behave very nicely with
autofitting rows or columns.

Looks kind of like this:

Sunday
06/13/2004




Earl Kiosterud wrote:

And try these.

dddd *- dd/mm/yy
dddd ** dd/mm/yy
dddd *. dd/mm/yy
dddd*.dd/mm/yy

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

One more format that I find pretty neat:

dddd* mm/dd/yyyy

Watch what happens when you widen the column!



:

Is there some way I can have Excel 2k put the DAY that
corresponds
to a
specific date? So if I type in 6/9/04 it would put in Wednesday
6/9/04?

Not sure if that's included anywhere.

Thanks.
 
Excel seems smart enough to notice when you do the alt-enter manually--but I've
never seen it do it if it's part of a formula.



Earl said:
Dave,

Thanks. This made me realize that even when you put a LF (Alt-Enter or
CHAR(10)) in text in a cell, wrap text must be on (it gets turned on
automatically). I dinna know that. Sounds as if they should have named it
"multiline," not "wrap text."

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

Dave Peterson said:
I should have mentioned that Wraptext has to be enabled, too.

(also xl2002)

Earl said:
Dave,

I couldn't get the Alt-0010 to work. It drops to a second line in the
custom format box as you would expect (I have to arrow up and down -- it
only shows one line at a time in that box). But it just puts a square in
the cell where the 0010 code was in the format code. XL2002.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

I really like to use the 4 digit year, too!

and one more:

dddd[alt-0010]mm/dd/yyyy

where [alt-0010] is not typed. Hit and hold the alt-key and type 0010
from the
numeric keypad.

It looks nice centered in the cell--but it doesn't behave very nicely with
autofitting rows or columns.

Looks kind of like this:

Sunday
06/13/2004




Earl Kiosterud wrote:

And try these.

dddd *- dd/mm/yy
dddd ** dd/mm/yy
dddd *. dd/mm/yy
dddd*.dd/mm/yy

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

One more format that I find pretty neat:

dddd* mm/dd/yyyy

Watch what happens when you widen the column!



:

Is there some way I can have Excel 2k put the DAY that corresponds
to a
specific date? So if I type in 6/9/04 it would put in Wednesday
6/9/04?

Not sure if that's included anywhere.

Thanks.
 

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