So I created a way to show red, yellow, and green based on an if formula and conditional formatting.
=IF((B3="Red"),1,IF((B3="yellow"),2,IF((B3="green"),3,"N/A")))
So if I put Red, the value is 1 and then I changed the cell color white so that all users would see is the icon and the icon would be based on a color I wrote in cell B3.
However, what I want to do is add one additional conditional formatting icon set, but only use one icon from that set. I want to use Red to Black and set it up so that I can get only the gray... e.g if I type "N/A" I want just the gray icon to show, but I still want red, yellow, and green to appear if the value is 1, 2, or 3.
Does anyone know how to merge two different icon sets so that they don't overlap and so that I can have only the grey icon appear when I type N/A, otherwise keep the red green yellow schema?
=IF((B3="Red"),1,IF((B3="yellow"),2,IF((B3="green"),3,"N/A")))
So if I put Red, the value is 1 and then I changed the cell color white so that all users would see is the icon and the icon would be based on a color I wrote in cell B3.
However, what I want to do is add one additional conditional formatting icon set, but only use one icon from that set. I want to use Red to Black and set it up so that I can get only the gray... e.g if I type "N/A" I want just the gray icon to show, but I still want red, yellow, and green to appear if the value is 1, 2, or 3.
Does anyone know how to merge two different icon sets so that they don't overlap and so that I can have only the grey icon appear when I type N/A, otherwise keep the red green yellow schema?