Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / November 2006

Tip: Looking for answers? Try searching our database.

lookup over multiple ranges

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
thedevilkaiser@gmail.com - 21 Nov 2006 01:27 GMT
I want something to the effect:
=if(iserror(vlookup(a1,range1,2,false)),vlookup(a1,range2,2,false),vlookup(a1,range1,2,false))

but I want to do this without using an if iserror function.  Is there a
way to do this?  An array formula perhaps?

Thanks.
bobocat - 21 Nov 2006 04:09 GMT
it is possible, if both Range1 and Range2 contain same number of rows

Step1
Define range name
Range1 = $e$5:$f$10
Range2 = $k$5:$l$10
.
.
.
Lookup Value placed in H5
=vlookup(h5, indirect("Range"&sumproduct((e5:e10=h5)*1+(k5:k10=h5)*2)),2)

<thedevilkaiser@gmail.com>
???????:1164072471.121573.61230@m73g2000cwd.googlegroups.com...
>I want something to the effect:
> =if(iserror(vlookup(a1,range1,2,false)),vlookup(a1,range2,2,false),vlookup(a1,range1,2,false))
[quoted text clipped - 3 lines]
>
> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.