Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have an employee evaluation form that I'm creating for manager's use. Each
criteria includes checkboxes to rate the employee's performance (i.e. satisfactory to outstanding). It would be ideal if these checkboxes could contain hidden numerical values that could be added and averaged for each each section. Is this something a checkbox can be used for and is Word a better instrument for performing it? -- Lori |
#2
![]() |
|||
|
|||
![]()
Hi Lori -
The Controls Toolbox buttons seem to be fancier, but the Forms Toolbar buttons are easier and often more reliable. Access either set by going to Toolbars from the View menu, and selecting the appropriate toolbar. The values of checkboxes and option buttons can be linked to cells. A checkbox's linked cell can have a value of True or False. An option button's linked cell can have values from 1 to N, where N is the number of option buttons in the group. To put worksheet option buttons into a group, you need to draw a Group box around them (otherwise, all option buttons in a worksheet will be considered within the same group). You can use hidden cells or cells on another sheet as the linked cells, or format them with white text, to preserve the appearance of the review sheet. Compiling the results in Excel makes it easier to compute totals and averages, both per employee and across a department or organization. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Lori Burton wrote: I have an employee evaluation form that I'm creating for manager's use. Each criteria includes checkboxes to rate the employee's performance (i.e. satisfactory to outstanding). It would be ideal if these checkboxes could contain hidden numerical values that could be added and averaged for each each section. Is this something a checkbox can be used for and is Word a better instrument for performing it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Help with function to add percentage to cell based on checkbox. | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions |