Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default need help with creation of an investment analysis worksheet

Excel 2002
Scenario: I want to calculate when I begin to make money on an investment.
Invest $10.000, the commission to set up the fund is $900-, thus my starting
point is $9100-. I want to input the current investment balance and see by
percentage if I am making or loosing money. I also want to determine at what
point I offset the cost of the commission and break even.

My math:
initial investment + commission=break even point

current balance / (initial investment + comission)= percent of gain or loss

IF current balance is or = to Initial Invenstment + commission
THEN PRINT "you have now reached the break even point"

--
Thanks,
Santal
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default need help with creation of an investment analysis worksheet

In D1 enter the Initial value:
$10,000.00

In C1 enter the sales commision:
$900.00

In A1 the current value:
=D1-C1 which will show:
$9,100.00

Use the rest of column A to record the current value as time goes on.

Finally in B1 enter:
=IF(A1/$D$1<1,A1/$D$1,TEXT(A1/$D$1,"0.00%") & " broke even")
and copy down the column.


Here is a sample of what will may see:

$9,100.00 91.00% $900.00 $10,000.00
$9,282.00 92.82%
$9,467.64 94.68%
$9,656.99 96.57%
$9,850.13 98.50%
$10,047.14 100.47% broke even
$10,248.08 102.48% broke even
$10,453.04 104.53% broke even
$10,662.10 106.62% broke even
$10,875.34 108.75% broke even
$11,092.85 110.93% broke even
$11,314.71 113.15% broke even
$11,541.00 115.41% broke even
$11,771.82 117.72% broke even

--
Gary''s Student - gsnu200749


"Brucer" wrote:

Excel 2002
Scenario: I want to calculate when I begin to make money on an investment.
Invest $10.000, the commission to set up the fund is $900-, thus my starting
point is $9100-. I want to input the current investment balance and see by
percentage if I am making or loosing money. I also want to determine at what
point I offset the cost of the commission and break even.

My math:
initial investment + commission=break even point

current balance / (initial investment + comission)= percent of gain or loss

IF current balance is or = to Initial Invenstment + commission
THEN PRINT "you have now reached the break even point"

--
Thanks,
Santal

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default need help with creation of an investment analysis worksheet

Thank you for your help. I appreciate you taking the time to answer my
question.
--
Bruce


"Gary''s Student" wrote:

In D1 enter the Initial value:
$10,000.00

In C1 enter the sales commision:
$900.00

In A1 the current value:
=D1-C1 which will show:
$9,100.00

Use the rest of column A to record the current value as time goes on.

Finally in B1 enter:
=IF(A1/$D$1<1,A1/$D$1,TEXT(A1/$D$1,"0.00%") & " broke even")
and copy down the column.


Here is a sample of what will may see:

$9,100.00 91.00% $900.00 $10,000.00
$9,282.00 92.82%
$9,467.64 94.68%
$9,656.99 96.57%
$9,850.13 98.50%
$10,047.14 100.47% broke even
$10,248.08 102.48% broke even
$10,453.04 104.53% broke even
$10,662.10 106.62% broke even
$10,875.34 108.75% broke even
$11,092.85 110.93% broke even
$11,314.71 113.15% broke even
$11,541.00 115.41% broke even
$11,771.82 117.72% broke even

--
Gary''s Student - gsnu200749


"Brucer" wrote:

Excel 2002
Scenario: I want to calculate when I begin to make money on an investment.
Invest $10.000, the commission to set up the fund is $900-, thus my starting
point is $9100-. I want to input the current investment balance and see by
percentage if I am making or loosing money. I also want to determine at what
point I offset the cost of the commission and break even.

My math:
initial investment + commission=break even point

current balance / (initial investment + comission)= percent of gain or loss

IF current balance is or = to Initial Invenstment + commission
THEN PRINT "you have now reached the break even point"

--
Thanks,
Santal

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
pivot table creation in shared worksheet dave in Toronto Excel Discussion (Misc queries) 1 August 9th 07 11:58 PM
Action Item Worksheet Creation Kevin M[_2_] Excel Worksheet Functions 0 February 26th 07 09:16 PM
Property Analysis Worksheet tpsgirl2006 Excel Discussion (Misc queries) 1 December 24th 06 04:44 PM
Setting up a worksheet for LOG LOG analysis David Stamm Excel Worksheet Functions 1 September 14th 06 07:39 PM
Investment analysis template jazz Excel Discussion (Misc queries) 1 January 28th 05 12:39 PM


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