Results 1 to 5 of 5

Matching cells query

Threaded View

  1. #1
    Registered User
    Join Date
    01-09-2009
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    8

    Matching cells query

    Hi guys

    Having some issues here that I am hoping you can help me with.

    I have 2 worksheets - main and match

    In the main I have something like the following:

    KeyID Company_name Address
    123 ABC co 123 March Street
    .....

    There are 200 entries in the main work sheet.

    In the match work sheet I have something like:

    KeyID Company_name Address
    123 ABC co 123 March Street

    I need to be able to flag if the entry in the match work sheet is already in the main worksheet by using the unique keyID. This flag will be in the match worksheet.

    I am using the following array formula:

    {=IF(A3='[main.xls]Main File'!$A$8:$A$16,"y","n")} and was hoping that this would give me a Y in my flag column but this only shows a N.

    If I just do a straight if statement then I get a yes:

    =IF(A2='[main.xls]Main File'!$A$29,"y","n")

    Any ideas what I need to do to get this to work????

    Thanks
    Last edited by Geezer34; 05-19-2009 at 12:26 PM.

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