Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Sum of Yes Response

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Sum of Yes Response

Hi,

Assuming you have correctly set up the CF's then maybe calculation is in
manual. What happens if you tap F9

Tools|Options|calculation
select automatic


Mike

"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Sum of Yes Response

Posting your formula(s) would help.
--
John C


"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Sum of Yes Response

F9 does not alter it, so perhaps the CF was not set up correctly - any
suggestions with that?

"Mike H" wrote:

Hi,

Assuming you have correctly set up the CF's then maybe calculation is in
manual. What happens if you tap F9

Tools|Options|calculation
select automatic


Mike

"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Sum of Yes Response

Hi,

This assumes your cells are formatted as %

CF1 cell value - is greater than 0.85 - Green
ADD
CF2 cell value - is greater then 0.65 - Amber
ADD
CF3 cell value - is greater than 0 - Red

Mike


"JohnR" wrote:

F9 does not alter it, so perhaps the CF was not set up correctly - any
suggestions with that?

"Mike H" wrote:

Hi,

Assuming you have correctly set up the CF's then maybe calculation is in
manual. What happens if you tap F9

Tools|Options|calculation
select automatic


Mike

"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Sum of Yes Response

The formula is simple =COUNTIF(D2:D44,"yes") from there it calculates a
percentage. After that I confgured the CF.....

"John C" wrote:

Posting your formula(s) would help.
--
John C


"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Sum of Yes Response

I was actually wanting the formula for your conditional formatting.... :)
--
John C


"JohnR" wrote:

The formula is simple =COUNTIF(D2:D44,"yes") from there it calculates a
percentage. After that I confgured the CF.....

"John C" wrote:

Posting your formula(s) would help.
--
John C


"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Sum of Yes Response

Hi Mike,
Yes each cell is formatted as a %. The Edit Formatting Rule shows Green =
..86 and the Type as Percent.... the value in this case is 59% and it shows as
Green icon...when it should be a red icon (being < .65... ???

"Mike H" wrote:

Hi,

This assumes your cells are formatted as %

CF1 cell value - is greater than 0.85 - Green
ADD
CF2 cell value - is greater then 0.65 - Amber
ADD
CF3 cell value - is greater than 0 - Red

Mike


"JohnR" wrote:

F9 does not alter it, so perhaps the CF was not set up correctly - any
suggestions with that?

"Mike H" wrote:

Hi,

Assuming you have correctly set up the CF's then maybe calculation is in
manual. What happens if you tap F9

Tools|Options|calculation
select automatic


Mike

"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Sum of Yes Response

Can you give us the exact settings/formula for your CF?
--
John C


"JohnR" wrote:

Hi Mike,
Yes each cell is formatted as a %. The Edit Formatting Rule shows Green =
.86 and the Type as Percent.... the value in this case is 59% and it shows as
Green icon...when it should be a red icon (being < .65... ???

"Mike H" wrote:

Hi,

This assumes your cells are formatted as %

CF1 cell value - is greater than 0.85 - Green
ADD
CF2 cell value - is greater then 0.65 - Amber
ADD
CF3 cell value - is greater than 0 - Red

Mike


"JohnR" wrote:

F9 does not alter it, so perhaps the CF was not set up correctly - any
suggestions with that?

"Mike H" wrote:

Hi,

Assuming you have correctly set up the CF's then maybe calculation is in
manual. What happens if you tap F9

Tools|Options|calculation
select automatic


Mike

"JohnR" wrote:

I am designing a survey with choice of "yes" and "no" responses. At the end
of survey it counts the number of "yes" responses and determines the score in
percentage. There are 3 categories - over 85% would recieve a green light
icon, between 65% - 85%, a yellow light icon, and below 65% a red icon. When
I set the conditional format, and then test and modify the number of yes
responses, the color of the icon does not change - any ideas?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Response Therese Excel Discussion (Misc queries) 1 March 4th 08 01:23 PM
How do I transform a word response to a numeric response? kanegaro Excel Discussion (Misc queries) 0 January 11th 08 05:08 PM
How do I set up a daily call out response response register? Pule Excel Worksheet Functions 1 October 7th 07 01:34 PM
value response Kaputa Excel Discussion (Misc queries) 2 January 6th 06 12:23 AM
can I get some help here? No response yet :) T Excel Worksheet Functions 5 December 22nd 04 07:56 PM


All times are GMT +1. The time now is 09:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"