Kimberlieh
New Member
- Joined
- Mar 5, 2011
- Messages
- 12
My active worksheet called "Estimate", includes my billing items from a formula in cells B13:B39, and a user entered month in cell M8 for the period the statement is being created for.
The Pivot table is on a worksheet called "Pivot Data", and contains the information I need to summarize in the Estimate worksheet.
In the Estimate worksheet I need to populate J13:J39 with the quantity from the column in the Pivot Data worksheet with the same month header as in M8 and that also matches the billing item in B13:B39.
The formatting for both sheets is "custom", with a comma. This is the formula I have in J13,
=INDEX('Pivot Data'!D5:O31,MATCH(Estimate!M8,'Pivot Data'!D5:O31,0),MATCH(B13:B39,'Pivot Data'!B5:B31))*E13 but it returns a #NA .
I tried to use a post from several years ago, but couldn't make it work. I will be grateful for help resolving this conundrum.
Kimberlie
The Pivot table is on a worksheet called "Pivot Data", and contains the information I need to summarize in the Estimate worksheet.
In the Estimate worksheet I need to populate J13:J39 with the quantity from the column in the Pivot Data worksheet with the same month header as in M8 and that also matches the billing item in B13:B39.
The formatting for both sheets is "custom", with a comma. This is the formula I have in J13,
=INDEX('Pivot Data'!D5:O31,MATCH(Estimate!M8,'Pivot Data'!D5:O31,0),MATCH(B13:B39,'Pivot Data'!B5:B31))*E13 but it returns a #NA .
I tried to use a post from several years ago, but couldn't make it work. I will be grateful for help resolving this conundrum.
Kimberlie