For my Customer ID column, I'd like to count how many cells have errors so I'm trying this:
=COUNTIF([Customer ID]:[Customer ID], not(iserror(@row )))
The Customer ID column is a lookup from elsewhere, and typically the error that could show up is #NO MATCH. I've tried a few variations of this formula but can't get it to work.