Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to Hlookup a cell but the reference cell is merged. I only receive
information from the first of the two columns underneath the merged reference cell and not the second - is their a way to change the formula so that I can recieve both sets of looked up information? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Probably in this case
an index and match and index and match +1 would work better than Hlookup =index(data_array,1,data_row,match(lcriteria,looku p_range,matchtype)) =index(data_array,1,data_row,match(criteria,lookup _range,matchtype)+1) "Ady" wrote: I'm trying to Hlookup a cell but the reference cell is merged. I only receive information from the first of the two columns underneath the merged reference cell and not the second - is their a way to change the formula so that I can recieve both sets of looked up information? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
Sumproduct - Condition based on lookup of a Lookup | Excel Discussion (Misc queries) | |||
Advanced Lookup (lookup for 2 values) | Excel Worksheet Functions | |||
Pivot table doing a lookup without using the lookup function? | Excel Discussion (Misc queries) | |||
How do I lookup and return different values when the lookup value. | Excel Discussion (Misc queries) |