+ Reply to Thread
Results 1 to 4 of 4

Count and multiply the result of checkbox

  1. #1
    Forum Contributor
    Join Date
    03-27-2013
    Location
    Dubai
    MS-Off Ver
    MS365 Version 2301
    Posts
    118

    Count and multiply the result of checkbox

    I need a formula that counting the checkbox, when it checked, and then multiply the result in the grades.
    Ex. The grade for Excellent is 5, so if I checked 2 checkboxes, then the result will be 10
    Ex. The grade for Fair is 2, so if I checked 3 checkboxes, then the result will be 6

    Please check the attached file
    Attached Files Attached Files
    Last edited by zeez36; 04-14-2013 at 07:49 AM.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Count and multiply the result of checkbox

    hi zeez36. right-click a checkbox & Format Control. Assign a cell link to each checkbox (yes, pretty troublesome). that's the way formulas work with Form Controls. so if your cell link for all "Poor" checkboxes are in D25:D33, do this formula in D21:
    =COUNTIF(D25:D33,TRUE)*D$19

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Contributor
    Join Date
    03-27-2013
    Location
    Dubai
    MS-Off Ver
    MS365 Version 2301
    Posts
    118

    Re: Count and multiply the result of checkbox

    Thanks a lot, solved

  4. #4
    Forum Contributor
    Join Date
    03-27-2013
    Location
    Dubai
    MS-Off Ver
    MS365 Version 2301
    Posts
    118

    Re: Count and multiply the result of checkbox

    Please, I have another question

    Can I put an If condition in a cell, that if he found the checked box in the first cell (poor), the result is 1, and if he found the checked box in the 3rd cell (good), put 3, and so on

+ 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