+ Reply to Thread
Results 1 to 3 of 3

Summing Specific Months Using Checkboxes

  1. #1
    Registered User
    Join Date
    04-16-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    22

    Cool Summing Specific Months Using Checkboxes

    Hello,

    I am trying to sum up numbers from previous months, but I'd like to be able to choose specifically which months I want to sum. I already have a solution worked out in the attached file, but could someone please take a look and see if there is a more efficient way to do this?

    I'm currently using checkboxes to select the months and then referencing those checkboxes when summing.
    =SUM(IF(OR(D3),'Month 1'!B3,0),IF(OR(E3),'Month 2'!B3,0),IF(OR(F3),'Month 3'!B3))
    With D3, E3, and F3 being the corresponding checkbox linked cells.

    Thanks for your help,
    Ben
    Month Sum Test.xlsx

  2. #2
    Registered User
    Join Date
    04-16-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: Summing Specific Months Using Checkboxes

    And the numbers I'm trying to sum are on different tabs, so I can't just use SUMIF().

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Summing Specific Months Using Checkboxes

    Is this solved?

    If you solve a problem yourself before anyone else has responded, please take a moment to describe your solution, chances are some other member will benefit.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. Replies: 4
    Last Post: 12-13-2012, 11:02 AM
  2. Linking checkboxes with specific cells...
    By jpcsolutions in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-14-2011, 07:44 PM
  3. Summing 12 Months of Data Per Account
    By qdub in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-12-2011, 05:02 PM
  4. Summing data from days to Months realtime
    By Jay-Nicolas in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-29-2008, 12:37 PM
  5. Summing months from weeks
    By eyebitter in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-20-2006, 05:58 PM

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