Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following formula that gives me the date at the end of the month
six month on. eg if I put a date of 15 Aug 06 in cell A1, the result in A2 would be 28 Feb 07. What I need also if the date in A1 is a month early (say 28 Jul 06), the result in A2 still needs to be 28 Feb 07. I hope I made it clear as mud!! =EOMONTH(A1,6) -- ASU |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"ASU" skrev i en meddelelse
... I have the following formula that gives me the date at the end of the month six month on. eg if I put a date of 15 Aug 06 in cell A1, the result in A2 would be 28 Feb 07. What I need also if the date in A1 is a month early (say 28 Jul 06), the result in A2 still needs to be 28 Feb 07. I hope I made it clear as mud!! =EOMONTH(A1,6) -- ASU A month early. Compared to what? If all Excel has is A1, how is it going to "know", what a month early is? -- Best regards Leo Heuser Followup to newsgroup only please. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A month earlier to the date in cell A2.
-- ASU "Leo Heuser" wrote: "ASU" skrev i en meddelelse ... I have the following formula that gives me the date at the end of the month six month on. eg if I put a date of 15 Aug 06 in cell A1, the result in A2 would be 28 Feb 07. What I need also if the date in A1 is a month early (say 28 Jul 06), the result in A2 still needs to be 28 Feb 07. I hope I made it clear as mud!! =EOMONTH(A1,6) -- ASU A month early. Compared to what? If all Excel has is A1, how is it going to "know", what a month early is? -- Best regards Leo Heuser Followup to newsgroup only please. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if A1 is 27th July 2006 would A2 be 31 Jan 07?
If so perhaps try =EOMONTH(A1,6+(DAY(EOMONTH(A1,7))<=DAY(A1))) If not then please define date ranges for A1 that would give 31 Jan 07 in A2 or 31 Mar 07 in A2 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Daddylonglegs, Thanks very much, just the job it works fine.
-- ASU "daddylonglegs" wrote: if A1 is 27th July 2006 would A2 be 31 Jan 07? If so perhaps try =EOMONTH(A1,6+(DAY(EOMONTH(A1,7))<=DAY(A1))) If not then please define date ranges for A1 that would give 31 Jan 07 in A2 or 31 Mar 07 in A2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a rolling 6 month average? | Excel Discussion (Misc queries) | |||
Month to date calculations | Excel Worksheet Functions | |||
Help!!! Vlookup!! | Excel Worksheet Functions | |||
Working days left in the month compared to previous months | Excel Worksheet Functions | |||
Month Year Date Format | Excel Worksheet Functions |