+ Reply to Thread
Results 1 to 4 of 4

Urgent Help needed ( Opposite of VLOOKUP)

  1. #1
    Registered User
    Join Date
    05-20-2014
    Posts
    20

    Urgent Help needed ( Opposite of VLOOKUP)

    Dears,
    I have attached sheet and want to highlight or bring out only those GSM numbers which correspond the contract numbers in the right.
    ( each contract may have more than one GSM number but I want all GSM numbers which are connected only to Contract numbers to the right i.e 139 numbers ). thanks


    Help.xlsx

  2. #2
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: Urgent Help needed ( Opposite of VLOOKUP)

    If you just want to highlight them...
    In B2 use a conditional format formula with:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Then copy that format down column B

  3. #3
    Forum Contributor
    Join Date
    02-07-2013
    Location
    Karachi, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    290

    Re: Urgent Help needed ( Opposite of VLOOKUP)

    Hi Afzal,

    I think you should create a helper column say column c with this in c2:
    =COUNTIF($A$2:$A$49783,F2)
    copy down till C49783

    Now select your range B2:B49783
    Go to conditional formatting > Formula:
    =C2>0

    Set a format as required and hit ok.

    This can be achieved without helper column, but it may slow down your calculation.

    Regards,
    Khalid

  4. #4
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Urgent Help needed ( Opposite of VLOOKUP)

    Another solution.
    Select values in columns A and B

    then create a new rule in conditional formatting, using formula
    =ISERROR(MATCH($A2,$F$2:$F$140,0))=FALSE

    and apply chosen formatting

    (see attached)
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Urgent help needed with separating data and VLOOKUP
    By Santerj in forum Excel General
    Replies: 4
    Last Post: 06-02-2015, 04:10 AM
  2. Opposite of VLOOKUP? Pull through MISSING items?
    By Miss Molko in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-04-2015, 10:59 AM
  3. Urgent help needed: Vlookup within a Vlookup
    By jozz90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-15-2013, 07:57 AM
  4. Replies: 1
    Last Post: 03-11-2013, 05:09 PM
  5. opposite of vlookup function?
    By ayl322 in forum Excel General
    Replies: 7
    Last Post: 08-11-2006, 04:00 PM
  6. URGENT ASSIST NEEDED IF POSSIBLE RE VLOOKUP/MATCH
    By Paige in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-02-2006, 11:35 AM
  7. [SOLVED] URGENT, help needed.
    By John Keith in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-08-2006, 06:25 PM

Tags for this Thread

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