Blue_Apple
New Member
- Joined
- Oct 29, 2017
- Messages
- 7
Hi, All.
I have a spreadsheet that I would like to revise, but I can't figure out how to edit the formula. Can anyone help?
Here is the formula:
Here is the link to the excel file:
https://www.sendspace.com/file/83c95u
Under the 'Main' tab, I would like to change the 'Interval Re-Invest' at the top, to include 3 options, instead of the one:
Interval Re-Invest @ 1,010
Interval Re-Invest @ 5,010
Interval Re-Invest @ 10,010
For the 5,010 and 10,010 options, the invest amount would need to be changed to reflect that, so that each time the lending wallet has the funds to support it, it will show the invest amount accordingly. So, the Re-Invest @ 1,010 would not need to change, but the other two would need to be added and changed. I hope that makes sense.
Thanks!
I have a spreadsheet that I would like to revise, but I can't figure out how to edit the formula. Can anyone help?
Here is the formula:
Code:
=IF($T$15>1.5,(IF([@Principal]<5999,FLOOR([@[Lending Wallet]],10), IF(AND([@Principal]>5999.5,[@Principal]<119999.5,[@[Lending Wallet]=]=>1010),1010, IF(AND([@Principal]> 119999.5,[@Principal]<499999.5,[@[Lending Wallet]=]=>5010),5010, IF(AND([@Principal]>499999.5,[@[Lending Wallet]=]=>10010),10010,0))))),FLOOR([@[Lending Wallet]],10))
Here is the link to the excel file:
https://www.sendspace.com/file/83c95u
Under the 'Main' tab, I would like to change the 'Interval Re-Invest' at the top, to include 3 options, instead of the one:
Interval Re-Invest @ 1,010
Interval Re-Invest @ 5,010
Interval Re-Invest @ 10,010
For the 5,010 and 10,010 options, the invest amount would need to be changed to reflect that, so that each time the lending wallet has the funds to support it, it will show the invest amount accordingly. So, the Re-Invest @ 1,010 would not need to change, but the other two would need to be added and changed. I hope that makes sense.
Thanks!