+ Reply to Thread
Results 1 to 4 of 4

Total items using tick boxes

Hybrid View

  1. #1
    Registered User
    Join Date
    03-04-2013
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Question Total items using tick boxes

    im new here and just cant figure out how to do this i am using excel 2007 making a list
    wanting to know the formulas for this to work

    ok here is what i want to do
    i have a price and next to a tick boxs
    i want to have a total of if the cell is ticked then the item would be + and all ticked items would have a total the the end , i dont no how to do this
    sorry if i sound concussed
    thanks for any help
    Attached Files Attached Files
    Last edited by JBeaucaire; 03-04-2013 at 03:28 AM. Reason: Corrected thread title

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Total items using tick boxes

    if you just want a total of ticked then
    =SUMIF($G$32:$G$51,TRUE,E2:E21)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    03-04-2013
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Total items using tick boxes

    thank you this has helped can just just explain alittle so i can do it with the other ones to

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Total items using tick boxes

    Read the help file on sumif it explains it better than i can
    but notice both
    G32:G51
    E2:E21
    have the same number of cells
    every cell in range G32:G51 that has true
    sum the corresponding value in E2:E21
    is summed so g32=true add value from E2
    g38=true add value from E8
    Last edited by martindwilson; 03-07-2013 at 08:15 AM.

+ 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