Feb 05, 2020 03:47 PM
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
Feb 05, 2020 11:25 PM
Hi Anthony,
|n order to be able to do this, you will need to do the following steps:
Create a new table and add a record called " ROI" for example.
In the other tables add a new field (it can be hidden), this field should be Linked to the new table and you will have to link all the records to that table.
In the new table, make a new Rollup Fields for each table and choose the function to be Sum.
Make a total field with a formula of all the sums.
Ive made a quick draft for you to check out if it works for you.
Feb 06, 2020 07:30 AM
Awesome! That’s SUPER helpful! I’ll check it out.
Thank you
Mohamed!
Feb 06, 2020 07:37 AM
Hey Mohamed!
So I checked out your table and I’m still having the same problem. I’m not really looking for the SUM of the ROI - that just shows the changed over time - but just the last entry as that entry shows where the ROI currently stands. Then I’d want to add all those last entries from all the INVESTMENT tables into one sum.
Does that make sense?
Thanks again for your help!
Feb 06, 2020 07:58 AM
Hey Anthony,
Can you show me a screenshot so I can understand it better? If you are doing the records manually then you can do it all in one table.
If you cannot share screenshots here, you can send it to my email mohamedswellam@hotmail.com
Feb 20, 2020 09:51 AM
Hi Mohamed!
Thanks again for the reply - my apologies for not getting back sooner. I really appreciate the help. As you can see in the screenshots I’d love if I can aggregate the last entry of the ROI column of all my tables into another table that calculates the total of ALL the last ROI entry of every table. Is this possible?
Thank you
Feb 26, 2020 11:41 PM
Hi Anthony,
Sorry for the late reply as I was on a vacation.
What you are trying to do cannot be done in a straight forward way in Airtable. If you are on the Pro Plan you can do it using the Scripting Block (which I have no experience with yet).
BR,
Mo