I have three tiers of data on my data sheet, Type, Region, and Month, with two columns, primary and Qty. I want to pull data from that sheet to a metrics sheet. The Metrics sheet is meant to sum Qty for a given Type and Month, regardless of Region. I can pull the cross sheet data based on Month, but I'm unsure how to use the Type criteria. This is what I'm trying currently: SUMIFS({datasheet Qty}, {datasheet primary}, @cell = primary@row, {datasheet primary} Descendants(@cell) = "Type1").
I've attached screenshots of Data and Metric sheets.
Thank you, John