I've created a summarization in excel that I want to replicate in airtable, I can't for the life of me figure out how to do it.
I have a production operation for large machines. Here are the main steps:
-
I pick up inventory on Date A, at a cost of X
-
I predict I will sell the inventory on Date B, at a revenue of Y
My data table is: Machine Build #, Date A, Cost X, Date B, Rev Y
I want to summarize a bunch of things on based on those dates, costs, and revenue.
- A. By week, how much am I going to spend buying inventory (sum of Cost X, by week based on Date A)
- B. By week, how much cash am I going to generate selling my inventory (sum of Rev Y, by week based on Date B)
- C. By week, how much inventory do I have (Sum of Cost X, based on Dates A and B)
Any thoughts on how to do this??