Hi all
I am trying to return the first row in a range where the value is #VALUE!.
I am currently using the following formula but it doesn't seem to be working... =MATCH(ERROR.TYPE(3),Indices!$Z:$Z,0).
It works when I am searching for a text string, say.... =MATCH("TEST",Indices!$Z:$Z,0)...