Simple formula maybe over thinking.

dallash

New Member
Joined
Apr 10, 2020
Messages
9
Office Version
  1. 365
Platform
  1. Windows
I am trying to build a Spreadsheet to track an investment between my father and I. The investment is in stock so I want to be able to just enter the current stock prices and have it calculate the rest. Basically he has given me $5000 to start which is a 0% interest loan, but it is the first money out. Everything over $5000 gets split 50/50. I know that this is not complicated but for the life of me I can't wrap my mind around structuring it. I want to leave room for further investments, maybe that where I am over thinking it. Does anyone have any suggestions?

Thank you,

Dallas
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Ok, had a play with the spreadsheet, so now - just the ONE cell for DAD & YOU
and works out multiple investments
Sheet2 example will work out upto 10 investments


Investment - ETAF.xlsx
ABCDEFGHI
1InvestmentInitial LoanInitial Shares PriceNo. Shares Current PriceCurrent ValueReturnDADYOU
2InVest 15000100501015050508000-130
3InVest 22000120001.01202020
4InVest 31000101008800-200
5InVest 4000
6InVest 5000
7InVest 6000
8InVest 7000
9InVest 8000
10InVest 9000
11InVest 10000
Sheet2
Cell Formulas
RangeFormula
F2:F11F2=D2*E2
G2:G11G2=F2-B2
H2H2=IF(SUM(F2:F10)<=SUM(B2:B10),SUM(B2:B10),(SUM(B2:B10)+(SUM(G2:G10)/2)))
I2I2= IF( SUM(F2:F10)<=SUM(B2:B10), SUM(G2:G10), SUM(G2:G10)/2 )
D2:D11D2=IF(B2=0,0,B2/C2)
Hi Etaf,

I added everything in, but I forgot about the currency exchange. I thought I could just add extra columns for the exchange but it did not work as expected. Here is what I entered, would you please tell me the smarter way to do it?

Feg Investment - Dad.xlsx
ABCDEFGHIJKL
1InvestmentCAD Initial LoanUSD Initial LoanInitial Shares PriceNo. Shares Current PriceCurrent ValueReturnDADDallasDadDallas
2InVest 1$ 3,000.00$ 2,427.68$ 0.00000000748364737361626324397941110.75$ 0.002356.374741-71.30505944$ 4,046.13-$ 118.84$ 4,895.82-$ 143.80
3InVest 2$ 2,000.00$ 1,618.45$ 0.000000007483647373616262.16265E+11$ 0.001570.916494-47.53670629
4InVest 3000
5InVest 4000
6InVest 5000
7InVest 6000
8InVest 7000
9InVest 8000
10InVest 9000
11InVest 10000
12
13
14
Sheet2
Cell Formulas
RangeFormula
G2:G11G2=E2*F2
H2:H11H2=G2-C2
I2I2=IF(SUM(G2:G10)<=SUM(C2:C10),SUM(C2:C10),(SUM(C2:C10)+(SUM(H2:H10)/2)))
J2J2= IF( SUM(G2:G10)<=SUM(C2:C10), SUM(H2:H10), SUM(H2:H10)/2 )
K2:L2K2=I2*1.21
C2:C3C2=B2*0.8092266
E2:E11E2=IF(C2=0,0,C2/D2)
 
Upvote 0
do you want to add in an exchange rate column as over time the exchange rate will change
and where/When does the exchange rate apply ?

You have a loan with an FX rate
Then all worked out in USD
do you then work the returns for DAD & You Back into CAD
Bearing in mind the FX rate will be different , and different over time

Can get complicated with the prevailing FX Rate
so you may need to review when the Return is realised on each portfolio and the exchange rate prevailing for that time

I have just added some FX Rate columns as an idea


Share-ETAF.xlsx
ABCDEFGHIJKLMNOP
1InvestmentCAD Initial LoanUSD FX RateUSD Initial LoanInitial Shares PriceNo. Shares Current PriceCurrent ValueReturn USDCAD FX RateReturn CADDAD USDDallas USDFX RateDad CADDallas CAD
2InVest 1$ 3,000.000.8092266$ 2,427.68$ 0.0000000074836324397941110.75$ 0.0000000072638$ 2,356.37($71.31)1.235747812($88.12)4046.133-118.84176571.2357478125000-146.8584519
3InVest 2$ 2,000.000.8092266$ 1,618.45$ 0.0000000074836216265294073.84$ 0.0000000072638$ 1,570.92($47.54)1.235747812($58.74)
4InVest 3$ -0.00$ -$0.00$0.00
5InVest 4$ -0.00$ -$0.00$0.00
6InVest 5$ -0.00$ -$0.00$0.00
7InVest 6$ -0.00$ -$0.00$0.00
8InVest 7$ -0.00$ -$0.00$0.00
9InVest 8$ -0.00$ -$0.00$0.00
10InVest 9$ -0.00$ -$0.00$0.00
11InVest 10$ -0.00$ -$0.00$0.00
Sheet1
Cell Formulas
RangeFormula
K2:K11,D2:D11,H2:H11H2=F2*G2
I2:I11I2=H2-D2
J2:J3J2=1/C2
L2L2=IF(SUM(H2:H10)<=SUM(D2:D10),SUM(D2:D10),(SUM(D2:D10)+(SUM(I2:I10)/2)))
M2M2= IF( SUM(H2:H10)<=SUM(D2:D10), SUM(I2:I10), SUM(I2:I10)/2 )
N2N2=1/C2
O2O2=L2*N2
P2P2=M2*N2
F2:F11F2=IF(D2=0,0,D2/E2)
 
Upvote 0
Solution
Thank you again Etaf, that was awesome! I really appreciate your time and assistance.

Warm regards,

Dallas
 
Upvote 0

Forum statistics

Threads
1,215,720
Messages
6,126,436
Members
449,314
Latest member
MrSabo83

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top