Forum Discussion
AsimA335
Aug 09, 2024Copper Contributor
Formula for COUNTIFS combined with OR (I think)
Hello, Please can someone help me with a formula for the following: Column E is labelled "Priority" with drop down options of "High", "Medium" or "Low" from a lookup table. Column I is label...
PeterBartholomew1
Aug 09, 2024Silver Contributor
Assuming the columns of you table are named (or you could use structured references)
= COUNTIFS(Priority, "High", Status, "<>Complete")
PeterBartholomew1
Aug 09, 2024Silver Contributor
Sorry, the forum was showing 0 responses. Still, good to know we are in agreement!