I’ve been using your spreadsheet for Torn and I have to say – it’s absolutely brilliant! The way it calculates ROI for different stocks and even factors in the Firewalk virus production is a game-changer for planning investments. Incredible work!
While using it, I came up with a small "quality of life" suggestion regarding the Bank Interest calculations. Currently, most people manually edit the formula to switch between 0 merits (1.0) and 10 merits (1.5).
I thought it would be great to make this dynamic by adding a small VLOOKUP or a math multiplier based on a "Merits" cell.
The idea:
Users could simply type their current Bank Merits (0-10) into a cell (e.g., column C), and the formula would automatically adjust the profit.
The formula I’ve been using to test this:
=F4*(ROUND((MAX(API!H2:H6)*(1 + C6*0.05))*((INDIRECT(ADDRESS(ROW();COLUMN()+1;4)))/365);2)/100)
(Where C6 is the number of merits).
This way, as players progress and add more merits, they don't have to rebuild the formulas – the sheet grows with them!
Thanks again for providing such an amazing tool to the community. Keep up the great work!