Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to create a formula so that when I enter a date in one column and a
number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just add them
=A1+B1 -- Regards, Peo Sjoblom "Gaza" wrote in message ... I want to create a formula so that when I enter a date in one column and a number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I tried that and get #VALUE! what am I doing wrong? I am using Excel2003. Thanks, Tuukka "Peo Sjoblom" wrote: Just add them =A1+B1 -- Regards, Peo Sjoblom "Gaza" wrote in message ... I want to create a formula so that when I enter a date in one column and a number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1+b1
"Gaza" wrote: I want to create a formula so that when I enter a date in one column and a number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Gaza wrote:
I want to create a formula so that when I enter a date in one column and a number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 Have you tried anything yet? Try looking at "Add dates" in the help file. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Glenn" wrote: Gaza wrote: I want to create a formula so that when I enter a date in one column and a number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 Have you tried anything yet? Try looking at "Add dates" in the help file. Yes, I tried the date plus the the number value and it works fine but is there a formula that will automatically populate the new date value once I enter the number value. for instance if I have 08/20/08 in one cell and I enter 4 in another cell how can I have 08/24/08 appear automatically in the adjacent cell without having to create the formula in that adjacent cell? Is there an "If" formula we can use? Gaza |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"without having to create the formula"
You actually asked for a formula in the first place and you received 3 correct answers. -- Regards, Peo Sjoblom "Gaza" wrote in message ... "Glenn" wrote: Gaza wrote: I want to create a formula so that when I enter a date in one column and a number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 Have you tried anything yet? Try looking at "Add dates" in the help file. Yes, I tried the date plus the the number value and it works fine but is there a formula that will automatically populate the new date value once I enter the number value. for instance if I have 08/20/08 in one cell and I enter 4 in another cell how can I have 08/24/08 appear automatically in the adjacent cell without having to create the formula in that adjacent cell? Is there an "If" formula we can use? Gaza |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Gaza wrote:
I want to create a formula so that when I enter a date in one column and a number value in another column it adds the date and the number value and automatically populates the adjacent cell with a calculated date. For example: 08/20/08 + 4 = 08/24/08 "Glenn" wrote: Have you tried anything yet? Try looking at "Add dates" in the help file. Gaza wrote: Yes, I tried the date plus the the number value and it works fine but is there a formula that will automatically populate the new date value once I enter the number value. for instance if I have 08/20/08 in one cell and I enter 4 in another cell how can I have 08/24/08 appear automatically in the adjacent cell without having to create the formula in that adjacent cell? Is there an "If" formula we can use? Gaza If you are suggesting you want the result cell to be blank until both the date and number value are entered, where A1 is the cell with the date and B1 is the cell with the number value, try this in C1: =IF(AND(ISNUMBER(A1),ISNUMBER(B1)),A1+B1,"") If that's not what you are looking for, try describing it again, including how these solutions don't meet your needs. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating Dates | Excel Worksheet Functions | |||
calculating due dates | Excel Discussion (Misc queries) | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
I need help calculating dates? | Excel Worksheet Functions | |||
Calculating dates | Excel Discussion (Misc queries) |