Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'd start at Debra Dalgleish's site:
http://contextures.com/xlFunctions03.html wrote: 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. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lookup using multiple columns | Excel Worksheet Functions | |||
Lookup multiple columns | Excel Worksheet Functions | |||
Lookup in Multiple Columns, Return Multiple Values | Excel Worksheet Functions | |||
lookup across multiple columns | Excel Worksheet Functions | |||
Lookup + Sum multiple columns | Excel Worksheet Functions |