![]() |
#1
|
|||
|
|||
![]()
I have a spreadsheet that is an evaluation form.
It contains check boxes that correspondds to a cell that represents a value. Is there a way to total those. I will attach file so maybe to make more sense. |
#2
|
|||
|
|||
![]()
.
This is one method of which there are probably others : https://www.get-digital-help.com/200...h-check-boxes/ For example : I separated the CheckBoxes rows 39:43. Removed the checkbox title, placed the checkboxes in Col O ... the scores 4 - 0 in Col P and the word POINTS in Col Q. With that, you could use Col S or Col T for the word TRUE from the formula found at this resource : https://www.get-digital-help.com/200...h-check-boxes/ Changing the font color to WHITE would make the word invisible. Like I said, just one way ...... |
#3
|
|||
|
|||
![]()
HI
You need to change your checkboxes so that they have an associated cell. I made the associated cell O39 etc. the , where the checkbox is located. By formatting these cells as Format > Custom > Number . ;;; the cell contents are not visible, although they will show TRUE or FALSE depending upon whether the checkbox has been selected. Similarly, your Merged cells P39:Q39 have been formatted as Number > Custom >General "points" Then typing a number e.g 4 into a cell, displays as 4 points, but it is stored as just the number so can be used in a formula I only converted your first section to show the method in the attached workbook, and you will need to make the other changes down the sheet. The formula to calculate is the array entered formula {=SUM(O39:O43*P39:P43)} which is in cell V44 Your formula will be in cell S143 and will be {=SUM(O39:O138*P39:P138)} To create an array formula, use Control+Shift+Enter (CSE) when entering or amending a formula. Do not type the curly braces { } yourself. When you use CSE, Excel will insert them around your formula. Hope this helps. |
#4
|
|||
|
|||
![]()
Thanks for the help.
Works great. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
HelicopterChick | Excel | 3 | 02-23-2017 11:26 AM |
![]() |
Asadmir27 | Excel | 8 | 12-29-2016 12:06 AM |
Multiple found values from five sheets, multiple returned values in sheet six? | irisha | Excel Programming | 26 | 09-30-2016 01:20 AM |
Display multiple values as new values based on selection from template. | MvdB | Excel | 2 | 09-29-2015 08:51 PM |
![]() |
602chrislys | Project | 1 | 10-04-2010 09:04 AM |