+ Reply to Thread
Results 1 to 2 of 2

Sumif with conditions?

  1. #1
    Registered User
    Join Date
    12-14-2007
    Location
    Georgia
    Posts
    78

    Sumif with conditions?

    I have a table, in the table are cost and an X in a column of who the cost is accociated with. on some lines it is split between multiple people. So I want to split that cost between the people in my totals for each person. Its a christmas list.

    Please Login or Register  to view this content.
    Dad = $200.00
    Mom = $200.00
    Tom = $25.00
    Beth = $25.00

    Thank you for the help
    Last edited by WHWALDREP; 12-06-2009 at 03:29 PM.
    Excel 2007 SP1

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Sumif with conditions?

    Simplest solution - calc apportioned cost per line and sum - if we assume your table is A1:F3 (headers in row 1, cost in column B) then

    G2: =$B2/COUNTIF($C2:$F2,"X")
    copied down to G3

    Then individual totals

    C4: =SUMIF(C$2:C$3,"X",$G$2:$G$3)
    copied across to F4

+ 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