I'm doing a school project with Excel. Essentially, I have a sheet for each season (Summer through Spring) and an annual sheet. I need to count up the quantity of values in the rows of other sheets if it meets a certain criteria, and then put it into the final sheet.
So I need SUMIF and 3D Cell Referencing.
Anyway, here is the equation I derived:
=SUMIF(Fall_Ads:Summer_Ads!B4:B18,"Magazine",Fall_Ads:Summer_Ads!F4:F18)
It's returning a #VALUE error though. Is there anything wrong with my syntax? (And yes, F4:F18 are in the number format).
Bookmarks