Hi,
I am trying to construct a database and pivot table to track actuals v. budget for over a hundred production events, each of which takes place on a different date (i.e. only one event per date).
Each event has several expense elements that I am tracking (e.g. Producer, Director, Travel, etc.). As actual expenses arrive, I would like to make an "actuals" entry in my database listing the event date, name of the vendor (e.g. Producer name, Director name, etc.), and the actual amount charged for that particular element.
Ultimately, I would like to have a pivot table that lists each of the event dates across the top, with an actual column and a budget column for each date. Each row would list each of the elements. Each element line would list "Budget" and its associated cost, and the names of the actual vendors and their associated costs, and have an element subtotal.
Each event has one of five different budgets. The issue I am having is building the table (or an actuals table and a budget table) efficiently so that I only have to create a table of five budgets rather than 5x100 budgets.
Any thoughts on designing this? Thanks very much!
I am trying to construct a database and pivot table to track actuals v. budget for over a hundred production events, each of which takes place on a different date (i.e. only one event per date).
Each event has several expense elements that I am tracking (e.g. Producer, Director, Travel, etc.). As actual expenses arrive, I would like to make an "actuals" entry in my database listing the event date, name of the vendor (e.g. Producer name, Director name, etc.), and the actual amount charged for that particular element.
Ultimately, I would like to have a pivot table that lists each of the event dates across the top, with an actual column and a budget column for each date. Each row would list each of the elements. Each element line would list "Budget" and its associated cost, and the names of the actual vendors and their associated costs, and have an element subtotal.
Each event has one of five different budgets. The issue I am having is building the table (or an actuals table and a budget table) efficiently so that I only have to create a table of five budgets rather than 5x100 budgets.
Any thoughts on designing this? Thanks very much!