+ Reply to Thread
Results 1 to 3 of 3

How to format checkboxes to subtract values in other cells from a total for budget sheet

  1. #1
    Registered User
    Join Date
    02-03-2021
    Location
    Great Falls, MT USA
    MS-Off Ver
    Office 365
    Posts
    1

    How to format checkboxes to subtract values in other cells from a total for budget sheet

    Hi! I was hoping to find help with formatting an excel spreadsheet for a budget worksheet for loan applicants. I need the check boxes under the "RF" column in the Debts section to subtract the payment (and if possible the balance also) from the totals for post-loan due others (Cells I65/J65 & S65/T65) for consolidating debts for applicants so I can get an accurate view of the budget I'm working with.

    For example, if we're paying off a credit card for applicant 1, when the checkbox is marked for that debt, then the total in J65 should be 40 less than the total in J64, and if also possible, the total in I65 should be 500 less than the total in I64 to reflect the change in the applicant's outflows for the monthly budget after the loan.
    I'm sure it can be done, but I don't know how to write the formula in excel to make it work.

    TIA for taking the time to look into this, and thank you to anyone who is able to come up with a solution.
    Attached Files Attached Files
    Last edited by mshular; 02-05-2021 at 04:05 PM. Reason: Question was answered

  2. #2
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2021
    Posts
    968

    Re: How to format checkboxes to subtract values in other cells from a total for budget she

    Hi there,

    If I understant you correct, you want the sum of the amounts which are NOT ticked.

    In cell 'J64' try: =SUMIFS(J37:J62,$V$37:$V$62,FALSE)

    In cell 'I64' try: =SUMIFS(I37:I62,$V$37:$V$62,FALSE)
    If your Question is answered; please mark it SOLVED. If you are happy with a member's solution, say 'Thanks' and click the 'Star' to Add Reputation.

  3. #3
    Spammer
    Join Date
    10-23-2012
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2003, Office 365
    Posts
    1,237

    Re: How to format checkboxes to subtract values in other cells from a total for budget she

    or in I64 (and drag across to I65)

    =I$64-SUMPRODUCT(($V$37:$V$62=TRUE)*I$37:I$62)

+ 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. Subtract multiple cells from one total when names match
    By rochelleamw in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2019, 08:17 PM
  2. subtract cells and add up differences in last cell as a total
    By sandyvl in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-02-2014, 07:25 PM
  3. Replies: 5
    Last Post: 05-19-2014, 10:43 PM
  4. Count and subtract IF function TRUE values from a separate total
    By jake658879 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-08-2014, 02:52 PM
  5. Sequentially subtract range of cells to match new total.
    By jlnunes5 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-14-2013, 04:40 PM
  6. How do I total range of cells that have checks in checkboxes?
    By instructorjml in forum Excel General
    Replies: 2
    Last Post: 03-23-2006, 08:00 AM
  7. Subtract a group of cells from a total based on ending date
    By Nicholas Scarpinato in forum Excel General
    Replies: 0
    Last Post: 05-17-2005, 11:06 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