Trying to do an airtable base for tracking lease contracts information.
On one table I have the contracts data: Client, date of lease, term, area, price etc.
On another table I have inflation data. (Either CPI or INPC), Monthly data.
What I would like to do is to get the latest row on inflation table (let's say April 2023) and divide that value by the cpi data of the inicial term date. (I tried linking the contract table with the inflation table and instead of having the date of contract I would select the correct date from the inflation data).
I did get the original cpi data with a simple lookup but I don't know how to get the latest row data so I can divide and get accumulated inflation since the lease was signed.