#1   Report Post  
viktor
 
Posts: n/a
Default calculating data

how can i calculate the final data betwen two cells?
for example in A1(date) i have 01/01/2005; in A2(numeric) i have 12(month)
and in A3 i must have the final data 01/02/2006.
thanks
  #2   Report Post  
Niek Otten
 
Posts: n/a
Default calculating data

=DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))

--
Kind regards,

Niek Otten

"viktor" wrote in message
...
how can i calculate the final data betwen two cells?
for example in A1(date) i have 01/01/2005; in A2(numeric) i have 12(month)
and in A3 i must have the final data 01/02/2006.
thanks



  #3   Report Post  
viktor
 
Posts: n/a
Default calculating data

thanks for the formula;it's very good!
i have one more question: in A3 the calculation starts from A1 +1( if the
A1=01/01/2005 in A3 i must have A2(12)+01/02/2005
thanks again!

"Niek Otten" wrote:

=DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))

--
Kind regards,

Niek Otten

"viktor" wrote in message
...
how can i calculate the final data betwen two cells?
for example in A1(date) i have 01/01/2005; in A2(numeric) i have 12(month)
and in A3 i must have the final data 01/02/2006.
thanks




  #4   Report Post  
Niek Otten
 
Posts: n/a
Default calculating data

Not sure what you mean, Viktor, but maybe

=DATE(YEAR(A1),MONTH(A1)+A2+1,DAY(A1))

?

--
Kind regards,

Niek Otten



"viktor" wrote in message
...
thanks for the formula;it's very good!
i have one more question: in A3 the calculation starts from A1 +1( if the
A1=01/01/2005 in A3 i must have A2(12)+01/02/2005
thanks again!

"Niek Otten" wrote:

=DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))

--
Kind regards,

Niek Otten

"viktor" wrote in message
...
how can i calculate the final data betwen two cells?
for example in A1(date) i have 01/01/2005; in A2(numeric) i have
12(month)
and in A3 i must have the final data 01/02/2006.
thanks






  #5   Report Post  
viktor
 
Posts: n/a
Default calculating data

i'm sorry for my poor explication; what i want to say is that in A3 the
calculation start with the next month from A1(ex.: A1=15/01/2005;
A2=12(month) in A3 i must have 15/02/2005 plus 12 month = 15/02/2006)
thanks again,
viktor

"Niek Otten" wrote:

Not sure what you mean, Viktor, but maybe

=DATE(YEAR(A1),MONTH(A1)+A2+1,DAY(A1))

?

--
Kind regards,

Niek Otten



"viktor" wrote in message
...
thanks for the formula;it's very good!
i have one more question: in A3 the calculation starts from A1 +1( if the
A1=01/01/2005 in A3 i must have A2(12)+01/02/2005
thanks again!

"Niek Otten" wrote:

=DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))

--
Kind regards,

Niek Otten

"viktor" wrote in message
...
how can i calculate the final data betwen two cells?
for example in A1(date) i have 01/01/2005; in A2(numeric) i have
12(month)
and in A3 i must have the final data 01/02/2006.
thanks








  #6   Report Post  
Ragdyer
 
Posts: n/a
Default calculating data

Niek's last suggested formula,

=DATE(YEAR(A1),MONTH(A1)+A2+1,DAY(A1))

Does *exactly* what you're asking for.

Have you tried it?

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"viktor" wrote in message
...
i'm sorry for my poor explication; what i want to say is that in A3 the
calculation start with the next month from A1(ex.: A1=15/01/2005;
A2=12(month) in A3 i must have 15/02/2005 plus 12 month = 15/02/2006)
thanks again,
viktor

"Niek Otten" wrote:

Not sure what you mean, Viktor, but maybe

=DATE(YEAR(A1),MONTH(A1)+A2+1,DAY(A1))

?

--
Kind regards,

Niek Otten



"viktor" wrote in message
...
thanks for the formula;it's very good!
i have one more question: in A3 the calculation starts from A1 +1( if

the
A1=01/01/2005 in A3 i must have A2(12)+01/02/2005
thanks again!

"Niek Otten" wrote:

=DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))

--
Kind regards,

Niek Otten

"viktor" wrote in message
...
how can i calculate the final data betwen two cells?
for example in A1(date) i have 01/01/2005; in A2(numeric) i have
12(month)
and in A3 i must have the final data 01/02/2006.
thanks







  #7   Report Post  
Niek Otten
 
Posts: n/a
Default calculating data

In that case I think my answer was correct

--
Kind regards,

Niek Otten

"viktor" wrote in message
...
i'm sorry for my poor explication; what i want to say is that in A3 the
calculation start with the next month from A1(ex.: A1=15/01/2005;
A2=12(month) in A3 i must have 15/02/2005 plus 12 month = 15/02/2006)
thanks again,
viktor

"Niek Otten" wrote:

Not sure what you mean, Viktor, but maybe

=DATE(YEAR(A1),MONTH(A1)+A2+1,DAY(A1))

?

--
Kind regards,

Niek Otten



"viktor" wrote in message
...
thanks for the formula;it's very good!
i have one more question: in A3 the calculation starts from A1 +1( if
the
A1=01/01/2005 in A3 i must have A2(12)+01/02/2005
thanks again!

"Niek Otten" wrote:

=DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))

--
Kind regards,

Niek Otten

"viktor" wrote in message
...
how can i calculate the final data betwen two cells?
for example in A1(date) i have 01/01/2005; in A2(numeric) i have
12(month)
and in A3 i must have the final data 01/02/2006.
thanks








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
Import Data Keeps asking for Password Dominator Excel Discussion (Misc queries) 0 June 5th 05 11:25 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
Calculating time between successful data transmissions Donnie Excel Discussion (Misc queries) 2 December 10th 04 12:45 PM
Data Table - does it work with DDE links and Stock Tickers? Post Tenebras Lux Excel Worksheet Functions 0 December 1st 04 05:17 PM


All times are GMT +1. The time now is 08:26 AM.

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"