+ Reply to Thread
Results 1 to 2 of 2

Extracting values for joint account holders

  1. #1
    Registered User
    Join Date
    09-28-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    10

    Extracting values for joint account holders

    Hi,

    I have a spreadsheet where the a/c nos are listed in Column A. The a/c holder is listed in Column B. The a/c balance is listed in Column C.

    Here's the problem: for every entry in Column B, my system will put an entry into Column C.

    In the case of a joint a/c, the balance will appear twice, so a straight column sum will give me a wrong total (adding the double entries for joint a/cs).

    Reference Customer Value
    1234 Joe Bloggs 1000
    1234 Jane Bloggs 1000
    1324 Mr X 500
    1324 Mrs X 500

    In the case of this table, I know that the total value is 1500, but with the amount of data I have, it's not feasible to manually extract the info. Is there a formula I can use?

    Thanks in advance guys.

    P

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Extracting values for joint account holders

    A simple way could be this.

    Assuming your data start in A1, then in D1 and copy down.

    =COUNTIF($A$1:A1,A1)

    Then this formula, will gives you your result.

    =SUMIF(D1:D4,1,C1:C4)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

+ 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