I’m not too adept with making tables and using formulas so I’m wondering if it’s possible to do this:
I’m trying to track some investments, therefore, I made a table for each investment (Ex: Investment 1, Investment 2, etc.)
Tables are named EX: INVESTMENT1, INVESTMENT2, etc.
under each table are columns named
AMOUNT INVESTED, CURRENT AMOUNT, RETURN ON INVESTMENT
so for each I’d have a value
EX:
AMOUNT INVESTED = $20
CURRENT AMOUNT = $25
RETURN ON INVESTMENT (which is a formula that subtracts the CURRENT AMOUNT from the AMOUNT INVESTED) = in this case, would be $5
I’d love to take the last entry of the RETURN ON INVESTMENT of each table and get a SUM total on a separate table - is that possible or am I going about this totally wrong?
To add to this I’m also tracking the DATE CREATED for each entry to also get a view of the investment over time.
Thank you