Hello,
I'm having trouble creating a formula that will sum if multiple criteria in a single column are met. I want to sum LOE column when the capability = one of 4 values. I'm using the SUMIFS and OR functions to try to make this work in a sheet summary metric but getting the #UNPARSEABLE error. Found a few other posts on this topic but I wasn't able to make this work. Thanks for any suggestions!
=SUMIFS([LOE]:[LOE], [Capability]:[Capability], OR(@cell = "Availability", @cell = "Order", @Cell = "Fulfillment", @cell = "Foundation"))