Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've tried to name to non-contiguous (but similarly laid out horizontally)
ranges one name, and then use that name in a VLOOKUP. Won't work. Is there an equivalent of this idea that does work? I am trying to find something in one of two places, and then reference a cell off of that find. -- Boris |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Boris
Maybe if you name the ranges, range1 and range2 then use something like =if(iserror(vlookup(value,range1,offset,0)), if(iserror(vlookup(value,range2,offset,0)),"", vlookup(value,range2,offset,0), vlookup(value,range1,offset,0)) -- Regards Roger Govier "BorisS" wrote in message ... I've tried to name to non-contiguous (but similarly laid out horizontally) ranges one name, and then use that name in a VLOOKUP. Won't work. Is there an equivalent of this idea that does work? I am trying to find something in one of two places, and then reference a cell off of that find. -- Boris |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
that's basically what I'd ended up doing in the interim of finding a
solution. Thanks for confirming that I was not missing a trick that would have done it in one range name. -- Boris "Roger Govier" wrote: Hi Boris Maybe if you name the ranges, range1 and range2 then use something like =if(iserror(vlookup(value,range1,offset,0)), if(iserror(vlookup(value,range2,offset,0)),"", vlookup(value,range2,offset,0), vlookup(value,range1,offset,0)) -- Regards Roger Govier "BorisS" wrote in message ... I've tried to name to non-contiguous (but similarly laid out horizontally) ranges one name, and then use that name in a VLOOKUP. Won't work. Is there an equivalent of this idea that does work? I am trying to find something in one of two places, and then reference a cell off of that find. -- Boris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting contents of cells in non contiguous ranges | Excel Worksheet Functions | |||
multiple ranges on Vlookup | Excel Discussion (Misc queries) | |||
VLOOKUP Function using Data Ranges. | Excel Worksheet Functions | |||
Vlookup with 2 ranges in one worksheet | Excel Worksheet Functions | |||
vlookup and named ranges | Excel Worksheet Functions |