Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I'm trying to adjust a timeline by adjusting just the start date...can any one please help me with a formula to do so (producing next month on the next cell in reference to the previous month in the previous cell)? eg start date: Aug-07 Timeline: Aug-07 Sep-07 Oct-07 Nov-07 Dec-07 Jan-08 Feb-08 Mar-08..... adjusted start date: Nov-07 Adjusted Timeline: Nov-07 Dec-07 Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08..... Cheers, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Enter start date into A1, then copy the following formula in A2 through A12: DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)) Let me know if this helps. Thanks, Peggy "¤§Tarzan§¤" wrote: Hi all, I'm trying to adjust a timeline by adjusting just the start date...can any one please help me with a formula to do so (producing next month on the next cell in reference to the previous month in the previous cell)? eg start date: Aug-07 Timeline: Aug-07 Sep-07 Oct-07 Nov-07 Dec-07 Jan-08 Feb-08 Mar-08..... adjusted start date: Nov-07 Adjusted Timeline: Nov-07 Dec-07 Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08..... Cheers, |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Peggy,
You are a genius....Thank you very much. Dave "pshepard" wrote: Hi, Enter start date into A1, then copy the following formula in A2 through A12: DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)) Let me know if this helps. Thanks, Peggy "¤§Tarzan§¤" wrote: Hi all, I'm trying to adjust a timeline by adjusting just the start date...can any one please help me with a formula to do so (producing next month on the next cell in reference to the previous month in the previous cell)? eg start date: Aug-07 Timeline: Aug-07 Sep-07 Oct-07 Nov-07 Dec-07 Jan-08 Feb-08 Mar-08..... adjusted start date: Nov-07 Adjusted Timeline: Nov-07 Dec-07 Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08..... Cheers, |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To further continue with the above:
If I had a Timeline, i would like to locate a cell adjacent to a particular date in order to start a flow of data...is there a formula for that? eg scenario required: data = 4.5% from Aug-07 A B 1. May-07 2. Jun-07 3. Jul-07 4. Aug-07 4.5% 5. Sep-07 4.5% 6. Oct-07 4.5% scenario2 required: data = $593,299 at Jun-07 A B 1. May-07 2. Jun-07 $593,299 3. Jul-07 4. Aug-07 5. Sep-07 6. Oct-07 Thanks heaps, Dave "pshepard" wrote: Hi, Enter start date into A1, then copy the following formula in A2 through A12: DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)) Let me know if this helps. Thanks, Peggy "¤§Tarzan§¤" wrote: Hi all, I'm trying to adjust a timeline by adjusting just the start date...can any one please help me with a formula to do so (producing next month on the next cell in reference to the previous month in the previous cell)? eg start date: Aug-07 Timeline: Aug-07 Sep-07 Oct-07 Nov-07 Dec-07 Jan-08 Feb-08 Mar-08..... adjusted start date: Nov-07 Adjusted Timeline: Nov-07 Dec-07 Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08..... Cheers, |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Tarzan,
These formulas will leave the cell blank if not true: =IF(AND(MONTH(A1)=8,YEAR(A1)=2007),4.5%,"") =IF(AND(MONTH(A1)=6,YEAR(A1)=2007),593299,"") Let me know if this helps. Thanks, Peggy "¤§Tarzan§¤" wrote: To further continue with the above: If I had a Timeline, i would like to locate a cell adjacent to a particular date in order to start a flow of data...is there a formula for that? eg scenario required: data = 4.5% from Aug-07 A B 1. May-07 2. Jun-07 3. Jul-07 4. Aug-07 4.5% 5. Sep-07 4.5% 6. Oct-07 4.5% scenario2 required: data = $593,299 at Jun-07 A B 1. May-07 2. Jun-07 $593,299 3. Jul-07 4. Aug-07 5. Sep-07 6. Oct-07 Thanks heaps, Dave "pshepard" wrote: Hi, Enter start date into A1, then copy the following formula in A2 through A12: DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)) Let me know if this helps. Thanks, Peggy "¤§Tarzan§¤" wrote: Hi all, I'm trying to adjust a timeline by adjusting just the start date...can any one please help me with a formula to do so (producing next month on the next cell in reference to the previous month in the previous cell)? eg start date: Aug-07 Timeline: Aug-07 Sep-07 Oct-07 Nov-07 Dec-07 Jan-08 Feb-08 Mar-08..... adjusted start date: Nov-07 Adjusted Timeline: Nov-07 Dec-07 Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08..... Cheers, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I put a timeline into a calendar? | Excel Discussion (Misc queries) | |||
Timeline graph? | Excel Discussion (Misc queries) | |||
Can I link timeline labels to a line chart? | Charts and Charting in Excel | |||
Timeline Problem | Charts and Charting in Excel | |||
Timeline Chart? | Charts and Charting in Excel |