Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default Month and Year in Excel 2003

I'd like to have a column that displays incremental month and year (no
day).

How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 192
Default Month and Year in Excel 2003

There is a list of possible date formats in format cells under number-date
(right click to get to format cells). Simply select the one without the day.
:)
--
-SA


"Howard Brazee" wrote:

I'd like to have a column that displays incremental month and year (no
day).

How do I do this?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default Month and Year in Excel 2003

On Thu, 17 Jul 2008 14:01:04 -0700, StumpedAgain
wrote:

There is a list of possible date formats in format cells under number-date
(right click to get to format cells). Simply select the one without the day.
:)


I did right click it and didn't see what I was looking for. Maybe
it's because I'm using Excel 2003.
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default Month and Year in Excel 2003

On Thu, 17 Jul 2008 17:09:26 -0700, "CLR"
wrote:

With your first date in A1, put this in A2 and copy down.......

=TEXT(DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)),"MMMM YYYY")


Thanks, that worked nicely.
  #5   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Month and Year in Excel 2003

With your first date in A1, put this in A2 and copy down.......

=TEXT(DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)),"MMMM YYYY")

Vaya con Dios,
Chuck, CABGx3


"Howard Brazee" wrote in message
...
I'd like to have a column that displays incremental month and year (no
day).

How do I do this?





  #6   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Month and Year in Excel 2003

You're welcome Howard.......thanks for the feedback.......

And, BTW, you might check your System Clock......from the time of your post,
it appears to be slow.

Vaya con Dios,
Chuck, CABGx3


"Howard Brazee" wrote in message
...
On Thu, 17 Jul 2008 17:09:26 -0700, "CLR"
wrote:

With your first date in A1, put this in A2 and copy down.......

=TEXT(DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)),"MMMM YYYY")


Thanks, that worked nicely.



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default Month and Year in Excel 2003

On Fri, 18 Jul 2008 17:11:56 -0700, "CLR"
wrote:

And, BTW, you might check your System Clock......from the time of your post,
it appears to be slow.


It looks right from here. Where in the newsgroup process does that
time get posted?
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
count month when date is in day/month/year format ccKennedy Excel Worksheet Functions 6 April 30th 09 03:32 AM
Excel 2003 month to month data change grid Chad[_2_] Excel Discussion (Misc queries) 2 February 15th 08 01:36 AM
Tell me which "season" (Month/Day through Month/Day) a date(Month/Day/Year) falls in (any year)??? misscrf Excel Discussion (Misc queries) 1 December 14th 07 02:59 PM
Excel 2002 : How to sum by month and year ? Mr. Low Excel Discussion (Misc queries) 3 May 15th 07 05:12 PM
trying to get day/month/year froamt while user enters year only RADIOOZ New Users to Excel 3 June 7th 06 05:30 AM


All times are GMT +1. The time now is 08:27 AM.

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"