A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Check for the N/A first (use for all your formulas) and return 0 or N/A
=IF(D2="N/A",0,OLD_FORMULA)
=IF(D2="N/A","N/A",OLD_FORMULA)
=IF(D2="N/A",0,COUNTIFS(Table1_[Results],"<="&D2,Table1[Supplier],$A2,Table1[Product & Description],$B2))
=IF(D2="N/A","N/A",COUNTIFS(Table1_[Results],"<="&D2,Table1[Supplier],$A2,Table1[Product & Description],$B2))