Hi all.
We have (2) columns: Tracking and Project/PO.
We need to count all of the cells in "Tracking" that have a tracking number i.e. are NOT blank, but at the same time NOT counting any cells from a row that also contain the word "Lab" in "Project/PO"
These are the two versions we have tried, based on other similar formulas, but it is not working.
=COUNTIFS((TRACKING:TRACKING), <>"") - COUNTIFS((TRACKING:TRACKING), <>""), [PROJECT/PO]:[PROJECT/PO],CONTAINS("LAB",@cell))
=COUNTIFS((TRACKING:TRACKING), NOT(ISBLANK(@cell) - COUNTIFS((TRACKING:TRACKING), NOT(ISBLANK(@cell), [PROJECT/PO]:[PROJECT/PO],CONTAINS("LAB",@cell))
Thanks in advance for the help, as always!
-N