I have a metrics sheet that pulls data from another sheet. I want the formula to mirror the way the Filter feature works to say "if this cell has any data whatsoever in it (in this case any name) then count it. if the cell has no data, then don't count it."
This is how I have started my formula:
=COUNTIFS({Post Closing Processor}, {Status}, ="Closed")
I want it to recognize only cells where the Post Closing Processor column has a name in it "if" the Status column for the same row reads "closed".
Any help would be greatly appreciated!