+ Reply to Thread
Results 1 to 5 of 5

Lookup with Index

  1. #1
    Registered User
    Join Date
    06-20-2010
    Location
    Thailand
    MS-Off Ver
    Excel 2003
    Posts
    12

    Lookup with Index

    Hi, need help on this one.

    Sample table attached.

    Condition:

    - On the Blue Cell, it needs to Lookup the value (73.54%) in the ranges (table in the left side) and considering the LVL, Tenure as another Criteria.

    Thanks a lot.
    Attached Files Attached Files
    Last edited by NBVC; 07-03-2010 at 04:49 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Look up with Index

    Try:

    =LOOKUP(2,1/(($A$2:$A$61=K6)*($B$2:$B$61=M6)*($C$2:$C$61="Sales %")*($E$2:$E$61<=N6)),$D$2:$D$61)

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Look up with Index

    Got about the same, but MUST be confirmed with Ctrl+Shift+Enter. In O6 and down:

    =LOOKUP(N6, IF(($A$1:$A$61=$K6)*($B$1:$B$61=$M6)*($C$1:$C$61=N$5), $E$1:$E$61), $D$1:$D$61)

    Copy to Q6 and down.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    06-20-2010
    Location
    Thailand
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Look up with Index

    Wow!! its working. Thanks.

    Just in case i have more question or ill encounter problems with the same issue.. ill just update this thread?

    thanks much!



    Quote Originally Posted by NBVC View Post
    Try:

    =LOOKUP(2,1/(($A$2:$A$61=K6)*($B$2:$B$61=M6)*($C$2:$C$61="Sales %")*($E$2:$E$61<=N6)),$D$2:$D$61)

    copied down

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup with Index

    Only if it is directly related... otherwise please post a new thread.

+ 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