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