Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a list of data and one of the fields is YES, Recommend Our Company or
NO, Don't Recommend Our Company. We are trying to calculate the percentage of YES answers and use the result in a pivot table. The YES/NO answers are part of a list of other customer survey questions that we are mapping in a pivot table. In summary, I need to see % of YES answers by customer type in my pivot table. Any recommendations. |
#2
![]() |
|||
|
|||
![]()
=COUNTIF(range,"YES")/COUNTA(range)
formatted as %. Not sure what this has to do with charting. Jerry Robert Mitchell wrote: I have a list of data and one of the fields is YES, Recommend Our Company or NO, Don't Recommend Our Company. We are trying to calculate the percentage of YES answers and use the result in a pivot table. The YES/NO answers are part of a list of other customer survey questions that we are mapping in a pivot table. In summary, I need to see % of YES answers by customer type in my pivot table. Any recommendations. |
#3
![]() |
|||
|
|||
![]()
The formula provided is helpful. However, the problem is when I put the data
into a pivot table for charting purposes. Can I use the formula in a pivot table and can I calculate the percentage for each customer type, not just for the entire data set? "Jerry W. Lewis" wrote: =COUNTIF(range,"YES")/COUNTA(range) formatted as %. Not sure what this has to do with charting. Jerry Robert Mitchell wrote: I have a list of data and one of the fields is YES, Recommend Our Company or NO, Don't Recommend Our Company. We are trying to calculate the percentage of YES answers and use the result in a pivot table. The YES/NO answers are part of a list of other customer survey questions that we are mapping in a pivot table. In summary, I need to see % of YES answers by customer type in my pivot table. Any recommendations. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Want to calculate a percentage by dividing one cell by the other, | Excel Discussion (Misc queries) | |||
HOW DO I CALCULATE A RUNNING PERCENTAGE | Excel Discussion (Misc queries) | |||
Calculate percentage based on cells with conditional formatting | New Users to Excel | |||
calculate percentage | Excel Worksheet Functions | |||
calculate percentage of two cells | Excel Worksheet Functions |