+ Reply to Thread
Results 1 to 2 of 2

Summing with Checkboxes

  1. #1
    Registered User
    Join Date
    10-12-2015
    Location
    Salt Lake City, Utah
    MS-Off Ver
    2010
    Posts
    29

    Summing with Checkboxes

    This is a little confusing, so I've included a demo spreadsheet as a reference.

    I'm hoping in Cells I18, J18, and K18 that I can have a selective sum. I'm hoping that I can click a checkbox, and have those regions be summed in the row noted "Dept Responsibility." For example, if I I just had the checkbox by Region 10 checked, I19 would have "$31,708.00", J19 would have "$ - ", and K19 would have "$67,574.00"

    Do I need to have a macro do that? Or is there a formula that can do this?

    Thanks for your help!
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Summing with Checkboxes

    IK would just keep this sunple and not use the checkbox (which I think you did wrong), just enter an X in G4 (for instance) then use this fornmula...
    =SUMIF($G$3:$G$15,"x",I3:I15)
    copied across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. master checkboxes to select a group of other checkboxes?
    By fael097 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-26-2016, 03:46 PM
  2. Using Checkboxes to Select Other Checkboxes
    By SoothSailor in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2015, 12:48 PM
  3. Summing checked checkboxes
    By bermudamohawk in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-13-2014, 11:25 AM
  4. [SOLVED] Help with Summing Duplicates, deleting rows after summing and filling col. for unsummed
    By solidrock1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-04-2014, 09:11 AM
  5. [SOLVED] Summing Specific Months Using Checkboxes
    By bbg22 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-05-2013, 02:10 AM
  6. Replies: 4
    Last Post: 04-28-2013, 12:47 AM
  7. Print Sheets based on checkboxes in UserForm, Checkboxes also control another macro
    By krackaberr in forum Excel Programming / VBA / Macros
    Replies: 34
    Last Post: 03-05-2013, 11:12 AM

Tags for this Thread

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