I have a sheet of calculations that is 350 columns wide and 300 rows high
I have checked for errors using
=SUMPRODUCT(--(iserror(offset(Data!$A$1,0,0,300, 350))))
this tells me if there are any errors- which is good.
I then have to search for them in the large sheet- which is bad
Is there a way to find the column (and/or row) number of the error?
I have checked for errors using
=SUMPRODUCT(--(iserror(offset(Data!$A$1,0,0,300, 350))))
this tells me if there are any errors- which is good.
I then have to search for them in the large sheet- which is bad
Is there a way to find the column (and/or row) number of the error?