Formula

T

Todd Huttenstine

Below is a range of data. The range may contain 1 or more
#N/A errors. I need a formula that will return the
location of the 1st instance it finds the 1st or only #N/A
error. For Instance, the formula would return the number
2, because 2 is the position of the 1st #N/A error.

Column J
1
#N/A
3
4
5
#N/A





Thanx
Todd Huttenstine
 
J

J.E. McGimpsey

One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN)

=MATCH("$%^",IF(ISNA(J1:J100),"$%^",A1:A100),FALSE)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top