Jul 24, 2018 03:04 AM
Hi,
I’m trying to create a budget follow-up file like this :
Table 1 :
Date | Supplier | Cost |
24/07/2018 | MySupplier | 12800 |
24/07/2018 | MySupplier2 | 1800 |
etc.
I want to create a table 2 and check if this sum of the “Cost” is lower that my budget (for example 100 000 €)
Do you know how to proceed?
Thanks
Jul 24, 2018 04:41 AM
Some ideas:
Jul 24, 2018 05:35 AM
Hi,
Thanks for your answer. I’ve followed your second idea and it works perfectly.
The thing is that it is not dynamic. If I add a record in the Table 1, I have to manually add the record in the liked field in the other Table.
Thanks,
Jul 24, 2018 05:48 AM
You can link them from Table 1. Call the Table 2 record ‘All’ for instance, when entering records in Table 1 you type in the field ‘a’ and then enter.
Jul 24, 2018 05:49 AM
Also, with the Pro plan you have the Blocks feature, that allows you to have for instance a big widget with the Sum of all Costs, without the extra table: https://support.airtable.com/hc/en-us/articles/115013403608-Getting-started-with-Airtable-blocks
Jul 24, 2018 06:25 AM
Thank you for your answers.