+ Reply to Thread
Results 1 to 2 of 2

Multiple Vlookup returned value help

  1. #1
    Registered User
    Join Date
    08-04-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    27

    Multiple Vlookup returned value help

    In cell s2, I need to lookup two different columns based on the "product line info" criteria, for example in cell s30, how do I only return the "Bacon Slice- Retail" value only?

    Any help is greatly appreciated....

    Thanks
    Attached Files Attached Files
    Last edited by asburytl; 09-07-2011 at 10:33 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Multiple Vlookup returned value help

    in s2 try
    =IFERROR(""&VLOOKUP(B2,'Prod Line Info'!$A$1:$B$60,2,FALSE),""&VLOOKUP(M2,'Prod Line Info'!$A$1:$B$60,2,FALSE))
    and copy down

    or

    =IFERROR(IFERROR(""&VLOOKUP(B2,'Prod Line Info'!$A$1:$B$60,2,FALSE),""&VLOOKUP(M2,'Prod Line Info'!$A$1:$B$60,2,FALSE)),"")
    Last edited by Azam Ali; 09-07-2011 at 12:16 AM.
    Azam
    If you want to say Thank you to a member, click the reputation icon (Star) in the left bottom of the post.
    For prompt answer, be descriptive, concise, short, direct, and to-the-point.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1