Looking up a value in column to return corresponding text on value

L

Lexx Wingspan

Hi,
I'm trying to find a value in column D. The value is 0.000. within 1000 rows
I need the corresponding text in column B & C to appear on a different
worksheet wherever this value appears.

Any ideas? I've no hair left to pull out!

I've been trying a few variations of vlookup but can't get it right

Thanks in advance
 
D

Dave Peterson

Maybe...

=index('sheet99'!c:c,match(0,'sheet99'!d:d,0))
=index('sheet99'!e:e,match(0,'sheet99'!d:d,0))

Change sheet99 to the name of the sheet that contains the values.
 

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