+ Reply to Thread
Results 1 to 4 of 4

Total money owed to someone - formula needed

  1. #1
    Registered User
    Join Date
    08-04-2006
    Posts
    4

    Total money owed to someone - formula needed

    Whenever I order things off the internet, I need to pay my dad back afterwards (its his card...). Anyway, the problem is I seem to lost track of how much I owe him sometimes, so I made a spreadsheet with all the items I've ordered and their price. Also, there's a column (either 'y' or 'n') for whether I have paid him back. What I need is a cell that gives me the sum of the prices of all the items that I have not paid him back for. Rephrased, sum of items not marked with 'n' in another column. Thanks in advance.

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Say your prices are in column B and the Y or N in column C,

    =SUMIF(C1:C100,"N",B1:B100)

    HTH

    Steve

  3. #3
    Registered User
    Join Date
    08-04-2006
    Posts
    4
    I completely forgot about SUMIF ! That's probably the most simple formula anyone's ever posted as an answer on here haha.... Thanks anyway (worked a treat by the way)

  4. #4
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Glad to help.

    Cheers,

    Steve

+ 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