Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Lookup across multiple columns

Hi there,

I have a big list of data, across multiple columns. I need a formula
that search a specific value that is sitting in column X. If found, it
should return the value that is on the same row in column H.
The data can be found on the left side of column H (A-G) or on the
right side of column H (I-W).

Appreciate your help.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Lookup across multiple columns

Hi Dave,

Thanks for pointing me to that website, Very usefull. However, I can't
find a solution to my case. The formula should look in several
columns. If found, it should take the value that is on the same row
and in column H. Since the found value could be on the left or the
right of column H, it should somehow look to the left or the right. I
don't know how to do that even with the examples on that website...

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Lookup across multiple columns

=index('sheet2'!a:a,match(a1,'sheet2'!h:h,0))
would return the value in column A of sheet2 when the value in A1 matches the
value in column H of sheet2.

Change A:A to whatever column you need to return.
Leave H:H as the column to match.
Change A1 to the cell that contains the value to match.
Change 'sheet2' to the worksheet that contains the table.

If this doesn't help, post the formula you tried and more details for a specific
example.

wrote:

Hi Dave,

Thanks for pointing me to that website, Very usefull. However, I can't
find a solution to my case. The formula should look in several
columns. If found, it should take the value that is on the same row
and in column H. Since the found value could be on the left or the
right of column H, it should somehow look to the left or the right. I
don't know how to do that even with the examples on that website...


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
lookup using multiple columns mario Excel Worksheet Functions 7 December 17th 07 06:53 AM
Lookup multiple columns TJ[_2_] Excel Worksheet Functions 2 March 19th 07 06:29 PM
Lookup in Multiple Columns, Return Multiple Values andy62 Excel Worksheet Functions 3 July 6th 06 02:36 AM
lookup across multiple columns NHP Excel Worksheet Functions 4 March 31st 06 10:31 PM
Lookup + Sum multiple columns olasa Excel Worksheet Functions 0 May 24th 05 12:07 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"