Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Caculate yield over a period of time

I have range A2:B7 bonus shares history of a company.I am looking for a
function in E3 to get Number of shares I hold On Sale date(E2).My data is
Col A -------------Col B ---------Col C ------Col D ----------Col E
1. Date -------------BonusRatio--- ------ ------Buy Date ----- Sale Date
2. 07-Jul-2004 ------ 1:1 ---- ------- -----10-Feb-2005 ---
25-Aug-2006
3. 03-Mar-2005 ----- 1:5 ---- -------- ---- 100 --- ?
4. 19-Jan-2006 ----- 1:1
5. 25-jan-2007 ------ 1:2
6.
7.

D2=shares buy date,D3= number of shares bought.I am looking for a function
in E3,how many shares I hold on sale date i.e on 25-aug-2006(sharesI
bought+bonus shares yield).answer is 240.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 303
Default Caculate yield over a period of time

how about

=(D3*(1+B3))*(1+B4)
and for the next period
=((D3*(1+B3))*(1+B4))*(1+B5)

note the extra brackets


but you do need to change the ratio's into decimals
b3 = 0.2
b4 =1
b5=0.5


--
Greetings from New Zealand

"TUNGANA KURMA RAJU" wrote in
message ...
I have range A2:B7 bonus shares history of a company.I am looking for a
function in E3 to get Number of shares I hold On Sale date(E2).My data is
Col A -------------Col B ---------Col C ------Col D ----------Col E
1. Date -------------BonusRatio--- ------ ------Buy Date ----- Sale
Date
2. 07-Jul-2004 ------ 1:1 ---- ------- -----10-Feb-2005 ---
25-Aug-2006
3. 03-Mar-2005 ----- 1:5 ---- -------- ---- 100 ---
?
4. 19-Jan-2006 ----- 1:1
5. 25-jan-2007 ------ 1:2
6.
7.

D2=shares buy date,D3= number of shares bought.I am looking for a function
in E3,how many shares I hold on sale date i.e on 25-aug-2006(sharesI
bought+bonus shares yield).answer is 240.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Caculate yield over a period of time

Mr.Bill, your formula is not right.You have given a constant formula to my
question.When I am changing sale date(25-Aug_2006) with other dates it is
giving wrong results.The formula should autumatically calculate time period
from Bonus table range A2:B7.

"Bill Kuunders" wrote:

how about

=(D3*(1+B3))*(1+B4)
and for the next period
=((D3*(1+B3))*(1+B4))*(1+B5)

note the extra brackets


but you do need to change the ratio's into decimals
b3 = 0.2
b4 =1
b5=0.5


--
Greetings from New Zealand

"TUNGANA KURMA RAJU" wrote in
message ...
I have range A2:B7 bonus shares history of a company.I am looking for a
function in E3 to get Number of shares I hold On Sale date(E2).My data is
Col A -------------Col B ---------Col C ------Col D ----------Col E
1. Date -------------BonusRatio--- ------ ------Buy Date ----- Sale
Date
2. 07-Jul-2004 ------ 1:1 ---- ------- -----10-Feb-2005 ---
25-Aug-2006
3. 03-Mar-2005 ----- 1:5 ---- -------- ---- 100 ---
?
4. 19-Jan-2006 ----- 1:1
5. 25-jan-2007 ------ 1:2
6.
7.

D2=shares buy date,D3= number of shares bought.I am looking for a function
in E3,how many shares I hold on sale date i.e on 25-aug-2006(sharesI
bought+bonus shares yield).answer is 240.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 303
Default Caculate yield over a period of time

Please post the question again, perhaps with a couple of examples and
results.


--
Greetings from New Zealand
"TUNGANA KURMA RAJU" wrote in
message ...
Mr.Bill, your formula is not right.You have given a constant formula to my
question.When I am changing sale date(25-Aug_2006) with other dates it is
giving wrong results.The formula should autumatically calculate time
period
from Bonus table range A2:B7.

"Bill Kuunders" wrote:

how about

=(D3*(1+B3))*(1+B4)
and for the next period
=((D3*(1+B3))*(1+B4))*(1+B5)

note the extra brackets


but you do need to change the ratio's into decimals
b3 = 0.2
b4 =1
b5=0.5


--
Greetings from New Zealand

"TUNGANA KURMA RAJU" wrote
in
message ...
I have range A2:B7 bonus shares history of a company.I am looking for a
function in E3 to get Number of shares I hold On Sale date(E2).My data
is
Col A -------------Col B ---------Col C ------Col D ----------Col E
1. Date -------------BonusRatio--- ------ ------Buy Date ----- Sale
Date
2. 07-Jul-2004 ------ 1:1 ---- ------- -----10-Feb-2005 ---
25-Aug-2006
3. 03-Mar-2005 ----- 1:5 ---- -------- ---- 100 ---
?
4. 19-Jan-2006 ----- 1:1
5. 25-jan-2007 ------ 1:2
6.
7.

D2=shares buy date,D3= number of shares bought.I am looking for a
function
in E3,how many shares I hold on sale date i.e on 25-aug-2006(sharesI
bought+bonus shares yield).answer is 240.






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Caculate yield over a period of time

Please refer to my new post named "Bonus Yield calculation".Thanks.

"Bill Kuunders" wrote:

Please post the question again, perhaps with a couple of examples and
results.


--
Greetings from New Zealand
"TUNGANA KURMA RAJU" wrote in
message ...
Mr.Bill, your formula is not right.You have given a constant formula to my
question.When I am changing sale date(25-Aug_2006) with other dates it is
giving wrong results.The formula should autumatically calculate time
period
from Bonus table range A2:B7.

"Bill Kuunders" wrote:

how about

=(D3*(1+B3))*(1+B4)
and for the next period
=((D3*(1+B3))*(1+B4))*(1+B5)

note the extra brackets


but you do need to change the ratio's into decimals
b3 = 0.2
b4 =1
b5=0.5


--
Greetings from New Zealand

"TUNGANA KURMA RAJU" wrote
in
message ...
I have range A2:B7 bonus shares history of a company.I am looking for a
function in E3 to get Number of shares I hold On Sale date(E2).My data
is
Col A -------------Col B ---------Col C ------Col D ----------Col E
1. Date -------------BonusRatio--- ------ ------Buy Date ----- Sale
Date
2. 07-Jul-2004 ------ 1:1 ---- ------- -----10-Feb-2005 ---
25-Aug-2006
3. 03-Mar-2005 ----- 1:5 ---- -------- ---- 100 ---
?
4. 19-Jan-2006 ----- 1:1
5. 25-jan-2007 ------ 1:2
6.
7.

D2=shares buy date,D3= number of shares bought.I am looking for a
function
in E3,how many shares I hold on sale date i.e on 25-aug-2006(sharesI
bought+bonus shares yield).answer is 240.








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
average rate of change per given time period between 2 moments in time of a value David Virgil Hobbs Excel Worksheet Functions 1 December 19th 06 07:24 AM
Count function applied to a time period MIchel Khennafi Excel Worksheet Functions 1 April 10th 06 03:31 PM
Hot key for time? Dave in Des Moines New Users to Excel 2 March 24th 06 04:31 PM
Hot key for time? Dave in Des Moines Excel Worksheet Functions 2 March 24th 06 04:15 PM
Time calculation for a givenn period KT Excel Discussion (Misc queries) 1 April 27th 05 05:04 PM


All times are GMT +1. The time now is 08:25 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"