Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Dates on a worksheet

I want to be able to input a date and have the spreadsheet automatically list
the proceeding months with the last day of the month. In other words, if in
cell A1 I enter 01/31/2008, I want to automatically see 02/28/2008 in A2,
then 03/31/2008 in A3, etc. If I key in 07/31/2008 in A1, I'd like to see
08/31/2008 in A2, 09/30,2008 in A3, etc.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Dates on a worksheet

Hi

=DATE(YEAR(A1),MONTH(A1)+2,0)
=DATE(YEAR(A1),MONTH(A1)+4,0)

etc.



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"climber322" wrote in message
...
I want to be able to input a date and have the spreadsheet automatically
list
the proceeding months with the last day of the month. In other words, if
in
cell A1 I enter 01/31/2008, I want to automatically see 02/28/2008 in A2,
then 03/31/2008 in A3, etc. If I key in 07/31/2008 in A1, I'd like to see
08/31/2008 in A2, 09/30,2008 in A3, etc.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Dates on a worksheet

Great! Thanks very much.


"Arvi Laanemets" wrote:

Hi

=DATE(YEAR(A1),MONTH(A1)+2,0)
=DATE(YEAR(A1),MONTH(A1)+4,0)

etc.



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"climber322" wrote in message
...
I want to be able to input a date and have the spreadsheet automatically
list
the proceeding months with the last day of the month. In other words, if
in
cell A1 I enter 01/31/2008, I want to automatically see 02/28/2008 in A2,
then 03/31/2008 in A3, etc. If I key in 07/31/2008 in A1, I'd like to see
08/31/2008 in A2, 09/30,2008 in A3, etc.




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
sorting dates in a worksheet NSNR Excel Discussion (Misc queries) 3 January 31st 08 10:04 AM
Dates period from master worksheet to another worksheet colin Excel Discussion (Misc queries) 1 April 2nd 06 03:24 AM
Worksheet Tabs Names as Dates Pieman Excel Worksheet Functions 4 March 6th 06 11:54 PM
How to link Excel worksheet tab names to dates in each worksheet? Pat Excel Worksheet Functions 9 January 31st 05 07:51 AM
worksheet functions with dates Michele Excel Worksheet Functions 3 December 6th 04 06:05 PM


All times are GMT +1. The time now is 07:06 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"