Lookups

J

Judd

I am tring to do a Lookup on a negative number. Not a
specific negative number, but the first time the number
becomes negative. I don't know to put this into the
Lookup formula as the Lookup Value.
 
A

Aladin Akyurek

=INDEX($A$1:$A$6,MATCH(1,INDEX(--($A$1:$A$6<0),0,1),0))

will give you the first negative number from A1:A6.
 

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