+ Reply to Thread
Results 1 to 2 of 2

Formula needed

Hybrid View

  1. #1
    Registered User
    Join Date
    01-22-2007
    Posts
    1

    Formula needed

    I have a excel spreadsheet with 3 sheets (to keep it simple)

    Sheet 1 has some peoples names
    Sheet 2 has more names
    Sheet 3 has more names

    Basically some of the names on sheet 3 appear in sheet 1 and 2 - theres a column on sheet 3 to say "yes" they do appear or "no" they dont. I need a formula so that it can see if (e.g.) cell A2 on sheet 3 appears on sheet 1 or 2.

    Thanks for any help and advice

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,696
    Assuming your names are only on column A on each sheet

    perhaps use this in sheet3!B2 copied down

    =IF(COUNTIF(sheet1!A:A,A2)+COUNTIF(sheet2!A:A,A2),"Yes","No")

+ 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