I love sumproduct but have a hard time in implementation.
For instance, am trying to find the row and column for any set of data that contains a special character like a single quote or double quote other invalid characters.
If i put text in a1:a4 with a4 having a single quote in the text, using this formula,
=SUMPRODUCT(NOT(ISERROR(FIND(single quote,A1:A4)))>0*ROW(A1:A4))
Thoughts?
This gives me Zero instead of row 4.
For instance, am trying to find the row and column for any set of data that contains a special character like a single quote or double quote other invalid characters.
If i put text in a1:a4 with a4 having a single quote in the text, using this formula,
=SUMPRODUCT(NOT(ISERROR(FIND(single quote,A1:A4)))>0*ROW(A1:A4))
Thoughts?
This gives me Zero instead of row 4.