ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Looking up a value in column to return corresponding text on value (https://www.excelbanter.com/excel-discussion-misc-queries/224814-looking-up-value-column-return-corresponding-text-value.html)

Lexx Wingspan

Looking up a value in column to return corresponding text on value
 
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



Dave Peterson

Looking up a value in column to return corresponding text on value
 
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.



Lexx Wingspan wrote:

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


--

Dave Peterson


All times are GMT +1. The time now is 02:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com