Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have multiple boxes each with a yes or no response. If the data in the box
is "yes" the box is counted. I would like to write a formula that will allow me to assign a different percentage value to each "yes" response. please see the example below. Is this possible??? I have no problem claculating the percentage if all are of equal value. I just can't seem to find a way to calculate them with differing values. INSTALLED DOOR HARDWARE (POTENTIAL VALUES) (25% 25% 35% 15% = 100%) Lockset Closer Kick Plates Threshold % COMPLETE YES YES YES NO 85% |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming that in A2:D2 you have you percentage values and in A4:D4 you have
your responses i.e. YES or NO. Enter the following formula in E4 =SUMIF(A4:D4,"YES",A2:D2) Should work. "pd" wrote in message ... I have multiple boxes each with a yes or no response. If the data in the box is "yes" the box is counted. I would like to write a formula that will allow me to assign a different percentage value to each "yes" response. please see the example below. Is this possible??? I have no problem claculating the percentage if all are of equal value. I just can't seem to find a way to calculate them with differing values. INSTALLED DOOR HARDWARE (POTENTIAL VALUES) (25% 25% 35% 15% = 100%) Lockset Closer Kick Plates Threshold % COMPLETE YES YES YES NO 85% |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Percentages AND Value lables on Stacked Columns | Charts and Charting in Excel | |||
Response | Excel Discussion (Misc queries) | |||
How do I transform a word response to a numeric response? | Excel Discussion (Misc queries) | |||
How do I set up a daily call out response response register? | Excel Worksheet Functions | |||
excell percentages across columns | Excel Discussion (Misc queries) |