Hello,
I am having trouble creating a formula to trigger if 2 conditions are met within the same column. I am trying to sum the PO amounts for each time “Electrical” or “C Box” shows up in the CType column. Unfortunately, I am getting #UNPARSEABLE returned.
This is the formulas I have tried so far:
=SUMIFS({CType}, OR(@cell = "Electrical", @cell = "Combiner Box") > 0, {PO Total}))
Thanks in advance,