#1   Report Post  
Posted to microsoft.public.excel.misc
ROSE2102
 
Posts: n/a
Default Edate Formula


I am using the edate formula edate(A1,1). Cell A1 is 01/31/2006. The
next date is 02/28/2006 however all subsequent days are now the 28th of
each month, not the actual last day of the month. Can you please advise
how I can correct this formula?


--
ROSE2102
------------------------------------------------------------------------
ROSE2102's Profile: http://www.excelforum.com/member.php...fo&userid=9202
View this thread: http://www.excelforum.com/showthread...hreadid=503441

  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Edate Formula

Hi Rose

Instead of letting A1 increment as you copy down, hold A1 constant with
the absolute reference $A$1 and let the increment increase by using
ROW(1:1). In A2
=$A$1+ROW(1:1)
As you copy down, row will increment by 1 each time and you will get the
correct end of month for the whole tear.

--
Regards

Roger Govier


"ROSE2102" wrote
in message ...

I am using the edate formula edate(A1,1). Cell A1 is 01/31/2006. The
next date is 02/28/2006 however all subsequent days are now the 28th
of
each month, not the actual last day of the month. Can you please
advise
how I can correct this formula?


--
ROSE2102
------------------------------------------------------------------------
ROSE2102's Profile:
http://www.excelforum.com/member.php...fo&userid=9202
View this thread:
http://www.excelforum.com/showthread...hreadid=503441



  #3   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Edate Formula

If you're looking for last days of months, then how about using the EOMONTH
function instead?

=EOMONTH(A1,1)
That would return 2/28/06

=EOMONTH(A1,2)
Returns 3/31/06

HTH,
Elkar

"ROSE2102" wrote:


I am using the edate formula edate(A1,1). Cell A1 is 01/31/2006. The
next date is 02/28/2006 however all subsequent days are now the 28th of
each month, not the actual last day of the month. Can you please advise
how I can correct this formula?


--
ROSE2102
------------------------------------------------------------------------
ROSE2102's Profile: http://www.excelforum.com/member.php...fo&userid=9202
View this thread: http://www.excelforum.com/showthread...hreadid=503441


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
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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