Hi,
I have some data similar to this:
Name---Estimate---Invoiced
Cust1---1000---------700
Cust2---5000---------4500
Cust2---2000---------2000
I want to create a Pivot Table that looks like this:
Name---Sum of Estimate---Sum of Invoiced---Percent of Estimate
Cust1---1000--------------------700---------------------70%
Cust2---7000--------------------6500-------------------93%
Everything works except the Percent of Option. For the percent of Option, I'd like it to be the Sum of Invoiced / Sum of Estimate for each customer. If I have to, I can write a formula on my data tab, but it seems like there should be some Pivot Table function that's simpler to do.
By the way, I'm on Excel 2007 and would like to save it in 2003 compatibility if possible.
Bookmarks