Counting Colored Icons in one sheet and putting the count in another ??

bharath.blitz

New Member
Joined
May 26, 2011
Messages
11
Hi Experts,

I have an interesting requirement.

1) I am using conditional formatting in a sheet1 to display traffic lights in a cell (Red, Green, Yellow icons)

2) When you enter value in sheet2 D4, this value appears in sheet1 H4 and based on a conditional formatting displays traffic lights in Sheet1 I4

3)This happens for some 40 different items

4)Now i have to calculate number of red, green, yellow icons and put that value in sheet 3 :confused: so that i draw a dashboard

Now how to count the number of icons of each color and put the value in another sheet?? Is this very complex?? I am a novice in excel macros, please help :(
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I don't think you can count the conditional formatting icons, however you can use the same conditions you used to create the icons to create a 'helper' column containing the words 'red'/'yellow'/'green' or 'R'/'A'/'G', then use =COUNTIF to count those.
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top