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

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Calculating Dates

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Calculating Dates

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Calculating Dates

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Calculating Dates

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Calculating Dates



"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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Calculating Dates

"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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Calculating Dates

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
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
Calculating Dates Anne Excel Worksheet Functions 6 February 7th 08 12:56 AM
calculating due dates Ndstc1 Excel Discussion (Misc queries) 2 November 8th 07 08:16 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
I need help calculating dates? jeda67 Excel Worksheet Functions 4 August 30th 05 02:14 PM
Calculating dates Bob Phillips Excel Discussion (Misc queries) 1 March 18th 05 09:21 AM


All times are GMT +1. The time now is 02:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"