I know I can use an Xlookup to pull the value. I guess my question is why doesn't the sumif index match formula not work when it does for other columns.
=SUMIF('Billing Values'!$F$3:$F$130,$A5,INDEX('Billing Values'!$F$3:$W$130,,MATCH(C$4,'Billing Values'!$F$3:$W$3)))
This formula correctly pulls the value 68.06 when looking at the Interior Footings row and the Contract Quantity Totals column and finding it in the billing values tab.
However,
=SUMIF('Billing Values'!$F$3:$F$130,$A5,INDEX('Billing Values'!$F$3:$W$130,,MATCH(B$4,'Billing Values'!$F$3:$W$3)))
This formula incorrectly pulls the value 213.05 when looking at the Interior Footings row and the Price/Per column from the Analytics tab and finding it in the billing values tab. But in the Billing values tab that value is under the Labor column. What it should have pulled was the value 594.64.