Sheet Summary Not Calculating

Robert S Fike
✭✭✭✭
Not sure why my formulas are not working now. All did work at one time.
Returns a value of #No Match
Answers
-
The sheet summary is returning a NO MATCH error because the column it is counting contains a NO MATCH. It is unable to count the Spec (D) rows while the NO MATCH exists in this column.
Can you correct the error in the column formula? Or wrap that formula in an IFERROR to remove the error message (which will enable the sheet summary formula to work).
=IFERROR(original formula,"")
-
Thank you very much.
-
No problem @Robert S Fike , glad I could help.