+ Reply to Thread
Results 1 to 7 of 7

matching data

Hybrid View

patwary8 matching data 04-02-2008, 10:47 AM
hokeyplyr48 i apologize i misread your... 04-02-2008, 10:50 AM
patwary8 matching data 04-02-2008, 11:19 AM
NBVC What do you mean by compare?... 04-02-2008, 11:26 AM
patwary8 matching data 04-02-2008, 11:29 AM
NBVC =IF(ISNUMBER(MATCH(A1,B:B,0)),... 04-02-2008, 11:31 AM
Guest Try this..! 04-02-2008, 01:49 PM
  1. #1
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    =IF(ISNUMBER(MATCH(A1,B:B,0)),A1,"")

    Where A1 is value to match in column B.
    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.

  2. #2
    all4excel
    Guest

    Smile Try this..!

    You can even Try this code..

    [ = INDIRECT(ADDRESS(MATCH(A1,$B$1:$B$6,0),2,1)) ]

    where A1 is the value from Column A and
    $B$1:$B$6 - Range for six values to be compared..

    Alternatively you Define a Name
    Range = Offset($B$1,0,0,counta($B:$B),1)

    Modified version

    [ INDIRECT(ADDRESS(MATCH(A1,Range,0),2,1)) ]

    This would help you for an Expanding range

+ 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