Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Filtering

  • 24-06-2015 11:46AM
    #1
    Registered Users, Registered Users 2, Paid Member Posts: 9,551 ✭✭✭


    Just wondering if anybody can help with a problem I am having using Excel.

    I am working from two different tabs in the first tab it has every account listed and the account has several transactions.

    Now in my other sheet I have these accounts filtered to a certain heading that I want to look at where they only transact once.

    My problem is I am going back to the first tab and copy and pasting these accounts from the second tab beside the column that lists every account on tab one.

    On the right I have the 200 odd accounts from the tab I have filtered. On the left I have 800+ accounts and every transaction so could be 3200 transactions e.g. 800 accounts and 4 transactions each account.

    So each of the 200 accounts I copied in will transacted three or four times on the left hand column and that's fine.

    What I want is to filter out any account on the left hand column that doesn't appear on the right hand column.

    If anybody could help I am lost.

    In my


Comments

  • Registered Users, Registered Users 2 Posts: 7,208 ✭✭✭Talisman


    Check out the ISNA and MATCH functions.

    The formula will be something like:
    =ISNA(MATCH(A1,B:B,0))
    

    If the value in A1 is an exact match for an item found in column B then the result is TRUE otherwise FALSE.


Advertisement