+ Reply to Thread
Results 1 to 2 of 2

help using LOOKUP

  1. #1
    Registered User
    Join Date
    10-25-2004
    Location
    Massachusetts USA
    MS-Off Ver
    Microsoft 365 for Enterprise (Excel Version 2302)
    Posts
    69

    help using LOOKUP

    I have master data like this.. (A1:B3)
    A B
    English 60
    Maths 50
    Science 75

    Now there is huge data in detail. (D1:AA100). For one of the column I have check with the above master data. For eg:

    If D1 is equal to (A1:A3), then check if E1 > (B1:B3) for corresponding A, if Yes then put "Y" in BB1.

    So if D1 = Maths & if E1 = 60 then BB1 = 'Y'
    if D2 = Science & if E2 = 50 then BB2 = 'N'.

    Any pointers please...

    Thanks,

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Use this in BB1
    =IF(E1>=VLOOKUP(D1,$A$1:$B$3,2),"Y","N")

    and copy down.

    - Mangesh

+ 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