Hi all,
I am trying to create a formula for a sheet summary. I have a "Chem" column that is populated from a form, and could be any one of 26 chem types. I want my summary to return the total number of chems within the Chem column, but I don't want it to include a specific chem, WOS, AND I don't want it to count blank cells.
I tried COUNTIFS function with NOT:
=COUNTIF(Chem:Chem, <>"")NOT(@cell = "WOS")
I almost tried a COUNTIFS and set my criteria as all those chemistries, but I would like to avoid having to type out all 26 kinds in a formula.
But I keep getting either an incorrect argument set or unparsable error every combination I try! And help or advice is well appreciated!!