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 / Worksheet Functions / November 2006

Tip: Looking for answers? Try searching our database.

Nest vlookup within large function

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike S - 06 Nov 2006 19:59 GMT
MAX(VLOOKUP(A8,Sheet1!B2:E12,4,FALSE),VLOOKUP(A8,Sheet1!B2:E12,3,FALSE))

this works fine, but when I try to enter (ctl+shift+enter) the same formula
using the large function, I get an error

LARGE((VLOOKUP(A8,Sheet1!B2:E12,4,FALSE),VLOOKUP(A8,Sheet1!B2:E12,3,FALSE)),1)

Can vlookup not be nested within large?  There is no particular reason I
wanted to use LARGE, I wanted to try it and cannot make it work.

Thanks for your help
Dave F - 06 Nov 2006 20:11 GMT
Why would you hit CTRL+SHIFT+ENTER to use this formula?
Signature

Brevity is the soul of wit.

> MAX(VLOOKUP(A8,Sheet1!B2:E12,4,FALSE),VLOOKUP(A8,Sheet1!B2:E12,3,FALSE))
>
[quoted text clipped - 7 lines]
>
> Thanks for your help
Dave F - 06 Nov 2006 20:12 GMT
According to this, http://j-walk.com/ss/excel/usertips/tip025.htm , LARGE is
not an array function.

Dave
Signature

Brevity is the soul of wit.

> MAX(VLOOKUP(A8,Sheet1!B2:E12,4,FALSE),VLOOKUP(A8,Sheet1!B2:E12,3,FALSE))
>
[quoted text clipped - 7 lines]
>
> Thanks for your help
daddylonglegs - 06 Nov 2006 20:13 GMT
LARGE expects a range or array as the first argument - you could use this
formula

=LARGE(VLOOKUP(A8,Sheet1!B2:E12,{3,4},0),1)

confirmed with CTRL+SHIFT+ENTER

> MAX(VLOOKUP(A8,Sheet1!B2:E12,4,FALSE),VLOOKUP(A8,Sheet1!B2:E12,3,FALSE))
>
[quoted text clipped - 7 lines]
>
> Thanks for your help
 
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.