+ Reply to Thread
Results 1 to 4 of 4

Match

  1. #1
    Registered User
    Join Date
    07-25-2007
    Posts
    18

    Wink Match

    I have two columns of numbers and I wish to make a 3rd column which compares col B and returns Yes or No if the number is used in col A

    Can some suggest which function please

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Match

    With
    A1:B10 containing numbers

    This formula returns Yes if the Col_B number exists in Col_A, otherwise: No....
    C1: =IF(COUNTIF($A$1:$A$10,B1),"Yes","No")

    Copy C1 down as far as you need
    (Adjust range references to suit your situation)

    Does that help?

    Regards,

    Ron
    Microsoft MVP (Excel)

  3. #3
    Registered User
    Join Date
    07-25-2007
    Posts
    18

    match

    Many thanks

    it did the job well

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Match

    I'm glad I could help........Thanks for letting me know.


    Regards,

    Ron
    Microsoft MVP (Excel)

+ 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