I want to calculate the Total Infill when the elevation is North, the floor is 2, and the L1 Infill Type - L10 Infill Type is GL-3.
=SUMIFS([Total Infill]:[Total Infill], Elevation:Elevation, "North", Floor:Floor, "2", [L1 Infill Type]:[L10 Infill Type], "GL-3")
This formula works perfectly if I only want to know the Total infill for the L1 Infill Type, but trying to search a range of Infill types is throwing back an Incorrect Argument.
=SUMIFS([Total Infill]:[Total Infill], Elevation:Elevation, "North", Floor:Floor, "2", [L1 Infill Type]:[L1 Infill Type], "GL-3", [L2 Infill Type]:[L2 Infill Type], "GL-3")
This formula returns "0" although it should reflect 0.67.
Any help is greatly appreciated. Thanks in advance!
Brandy
