#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 469
Default date issue

is there a way to have excel display the month-day-year in seperate cells. I
need to use the day for reference. If day =x then this. I want excel to
continue to update date as normal. Then I can use the day number to get what
I want. This will continue monthly and yearly if I can.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default date issue

Let's say the date is in A1. Try this. It's fairly obvious, once you know
what to use.

=MONTH(A1)
=YEAR(A1)
=DAY(A1)

--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"Curt" wrote:

is there a way to have excel display the month-day-year in seperate cells. I
need to use the day for reference. If day =x then this. I want excel to
continue to update date as normal. Then I can use the day number to get what
I want. This will continue monthly and yearly if I can.
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default date issue

If A1 contains a date, then you can use:
=day(a1)
=month(a1)
=year(a1)

in separate cells or even in a formula.

Curt wrote:

is there a way to have excel display the month-day-year in seperate cells. I
need to use the day for reference. If day =x then this. I want excel to
continue to update date as normal. Then I can use the day number to get what
I want. This will continue monthly and yearly if I can.
Thanks


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default date issue

hi,
i posted a reply to your question yesterday with a request to post back if i
got confused and the reply was not what you needed.
now you are posting again, the same question almost verbatim.
what was wrong with my reply.

regards
FSt1

"Curt" wrote:

is there a way to have excel display the month-day-year in seperate cells. I
need to use the day for reference. If day =x then this. I want excel to
continue to update date as normal. Then I can use the day number to get what
I want. This will continue monthly and yearly if I can.
Thanks

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default date issue

ohi
correction..repost to make more sense.
posted a reply to your question yesterday with a request to post back if i
got confused IF the reply was not what you needed.
now you are posting again, the same question almost verbatim.
what was wrong with my reply.

i would fire my post proof reader but unfortunely, i am he. sigh.

regards
FSt1

"FSt1" wrote:

hi,
i posted a reply to your question yesterday with a request to post back if i
got confused and the reply was not what you needed.
now you are posting again, the same question almost verbatim.
what was wrong with my reply.

regards
FSt1

"Curt" wrote:

is there a way to have excel display the month-day-year in seperate cells. I
need to use the day for reference. If day =x then this. I want excel to
continue to update date as normal. Then I can use the day number to get what
I want. This will continue monthly and yearly if I can.
Thanks



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 469
Default date issue

somehow I missed your reply. Am now trying to fully understand how to do
this. I am new to this problem so am a bit baffled.
Thanks for replying and sorry for the mixup


"FSt1" wrote:

hi,
i posted a reply to your question yesterday with a request to post back if i
got confused and the reply was not what you needed.
now you are posting again, the same question almost verbatim.
what was wrong with my reply.

regards
FSt1

"Curt" wrote:

is there a way to have excel display the month-day-year in seperate cells. I
need to use the day for reference. If day =x then this. I want excel to
continue to update date as normal. Then I can use the day number to get what
I want. This will continue monthly and yearly if I can.
Thanks

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 469
Default date issue

Novice as I am this issue has me stumped. Hope I can clarify better. I use
=Today()
in K3 then I try want to use the date only to create an entry to another
cell. (K3) is formatted to show 2/19/09. Want the month and year excluded.
Have looked at =day(K3) no luck if((K3=day19),123). End result is to have a
data entry on date specfic of every month.
Thanks for support one of my limited experience needs all I can get
Thanks Again


"FSt1" wrote:

ohi
correction..repost to make more sense.
posted a reply to your question yesterday with a request to post back if i
got confused IF the reply was not what you needed.
now you are posting again, the same question almost verbatim.
what was wrong with my reply.

i would fire my post proof reader but unfortunely, i am he. sigh.

regards
FSt1

"FSt1" wrote:

hi,
i posted a reply to your question yesterday with a request to post back if i
got confused and the reply was not what you needed.
now you are posting again, the same question almost verbatim.
what was wrong with my reply.

regards
FSt1

"Curt" wrote:

is there a way to have excel display the month-day-year in seperate cells. I
need to use the day for reference. If day =x then this. I want excel to
continue to update date as normal. Then I can use the day number to get what
I want. This will continue monthly and yearly if I can.
Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date issue willemeulen[_24_] Excel Worksheet Functions 1 May 23rd 09 01:46 AM
Date issue Patrick C. Simonds Excel Worksheet Functions 6 January 7th 09 08:00 PM
Date Issue Clois Beckwith Excel Discussion (Misc queries) 4 November 1st 07 03:55 PM
Date Issue Carlee Excel Programming 1 April 17th 07 06:14 PM
Another Date issue. TimM Excel Worksheet Functions 1 November 17th 05 01:58 AM


All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"