I have a table with all our deals that contains the following information
- Total amount of deal
- Start date
- End date
I would like to split this up to a monthly revenue per deal for invoicing and reporting. Most of these deals have a duration of 1 year, but sometimes less. So for example, one row might look like this:
- 6000
- 1 January 2022
- 31 December 2022
I would then like to be able to build a report that has for columns (like a pivot table) for all the months from January to December and then an amount of 500 for this deal.
Something like this is fairly easy in Excel, but I’m not quite sure how to build this in Airtable.
