+ Reply to Thread
Results 1 to 7 of 7

Identifying Couples who pay by different means.

  1. #1
    Registered User
    Join Date
    02-20-2015
    Location
    Felixstowe, England
    MS-Off Ver
    2010
    Posts
    3

    Identifying Couples who pay by different means.

    Hi everyone

    My first post, I hope you can help.
    I maintain a membership list, some are singles and some are couples (i.e. live at the same address). Most of the couples pay their membership fee by Standing Order or by cheque. However there is a significant number where one member of the couple pays by SO and the other by cheque. I need to be able to identify all the couples that pay by different means. Can anyone help?

    Thanks
    Carton Card

  2. #2
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Identifying Couples who pay by different means.

    Hi
    Welcome o the forum!!
    Before giving out any answers we would like to have a look at your data..

    Please attach a sample workbook. Make sure there is just enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    http://www.excelforum.com/members/da...ch-a-file.html
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  3. #3
    Registered User
    Join Date
    02-20-2015
    Location
    Felixstowe, England
    MS-Off Ver
    2010
    Posts
    3

    Re: Identifying Couples who pay by different means.

    Hi sourabhg98

    Here, I hope is a file that will demonstrate what I want.

    Identifying Couples who pay by different means.xlsx

  4. #4
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: Identifying Couples who pay by different means.

    Removed because it isn't at all what you were asking for
    1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG
    You don't have to add Rep if I have helped you out (but it would be nice), but please mark the thread as SOLVED if your issue is resolved.

    Tom

  5. #5
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Identifying Couples who pay by different means.

    Hello
    Use this in C2
    =IF(OR(AND(B2=B1,C2<>C1),AND(B2=B3,C2<>C3)),"x","")
    and copy down

    If your addresses are not continuous ....like in your example the same addresses were one below the other...but if they are spread and not continuous then the above formula won't work
    So use this in C2 and copy down
    =IF(OR(IFERROR(VLOOKUP(B2,B3:$C$12,2,FALSE),C2)<>C2,IFERROR(VLOOKUP(B2,$B$1:C1,2,FALSE),C2)<>C2),"x","")
    Change $C$12 to your own data range....

    Hope this helps!!

  6. #6
    Registered User
    Join Date
    02-20-2015
    Location
    Felixstowe, England
    MS-Off Ver
    2010
    Posts
    3

    Re: Identifying Couples who pay by different means.

    Hi sourabhg98

    Works a treat although I think you meant "D2" and not "C2". I do sort into addresses first. Many thanks for your help.

    regards
    Carton Card

  7. #7
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Identifying Couples who pay by different means.

    Glad to know it worked!!
    Yes it was D2 ...sorry for that!

    If your query is solved then please mark this thread as solved and you can click on add reputation below to say thanks!!
    Regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Concatening compatible couples of values
    By ale.sasha in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-16-2014, 04:53 AM
  2. comparing means by means of Least Significant Differences (LSD) method
    By rmrf in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2013, 12:14 PM
  3. [SOLVED] Excel 2010 Identifying data changed in cells and Identifying the changed rows
    By SandyLake in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2013, 01:12 AM
  4. VBA help understanding what this means
    By confusedvba in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-22-2010, 12:31 PM
  5. Problem - When couples have different last names
    By lburg801 in forum Excel General
    Replies: 7
    Last Post: 10-31-2005, 10:05 AM

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