Hi. I am looking for a way to make the ISERROR function work over a range. I have tried the following to no avail:
=COUNTIFS($G:$G,"=ISERROR()",$C:$C,"*PREVENTIVE MAINT*")
=COUNTIFS($G:$G,"=ISERROR(G:G)",$C:$C,"*PREVENTIVE MAINT*")
=COUNTIFS($G:$G,"=ISERROR(INDIRECT(""G""&ROW()))",$C:$C,"*PREVENTIVE MAINT*")
I know I can use a workaround such as creating an adjacent "test cell" in each row and work with that. But I was looking for the correct syntax in using a modification of the above.
Thank you.
Allan
=COUNTIFS($G:$G,"=ISERROR()",$C:$C,"*PREVENTIVE MAINT*")
=COUNTIFS($G:$G,"=ISERROR(G:G)",$C:$C,"*PREVENTIVE MAINT*")
=COUNTIFS($G:$G,"=ISERROR(INDIRECT(""G""&ROW()))",$C:$C,"*PREVENTIVE MAINT*")
I know I can use a workaround such as creating an adjacent "test cell" in each row and work with that. But I was looking for the correct syntax in using a modification of the above.
Thank you.
Allan