Help

Re: Linking to Last Record of Specific Column + Adding Them on Separate Table

1010 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Anthony_Imperio
4 - Data Explorer
4 - Data Explorer

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

6 Replies 6

Hi Anthony,

|n order to be able to do this, you will need to do the following steps:

  1. Create a new table and add a record called " ROI" for example.

  2. 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.

  3. In the new table, make a new Rollup Fields for each table and choose the function to be Sum.

  4. 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.

Anthony_Imperio
4 - Data Explorer
4 - Data Explorer

Awesome! That’s SUPER helpful! I’ll check it out.

Thank you
Mohamed!

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!

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

Screen Shot 2020-02-20 at 12.31.57 PM Screen Shot 2020-02-20 at 12.32.04 PM

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

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