CF Icon Sets Based on values contained in a row

MasterK

New Member
Joined
Jan 15, 2015
Messages
15
Excel 2013
Windows 7 64

Good Afternoon. I'm trying to use an Icon set of the Green, Yellow, Red type that returns a Green "check mark" if the row A1:F1 containers no errors. Something like the below. The values in "Term QTY" and "Term Size" are populated by an Index/Match formula based on values in Column A against another sheet in same workbook.

="NOT(ISERROR($A$8$:$F$8)"

But, it did not work. And then of course a Red "X" if there are errors. I'm having no luck. FYI the column with X's in it is just a separator that's colored solid black in my sheet to help keep data distinguishable. Appreciate any help!
BokingQTYSizex
Term QtyTerm SizeCF Icon Set
ABC123456520STx520STInsert check here
ABC654321340HCxBKG not Found#N/AInsert red X here
DEF1234561040HCx1040HCInsert check here
DEF654321140STxBKG not Found#N/AInserd red X here
x

<tbody>
</tbody>
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Hi,

You can use this formula for your CF:


Book1
ABCDEFGH
1BokingQTYSizexTerm QtyTerm SizeCF Icon Set
2ABC123456520STx520STFALSETRUE
3ABC654321340HCxBKG not Found#DIV/0!TRUEFALSE
4DEF1234561040HCx1040HCFALSETRUE
5DEF654321140STxBKG not Found#N/ATRUEFALSE
Sheet3
Cell Formulas
RangeFormula
G2=ISERROR(SUM(A2:F2))
H2=NOT(ISERROR(SUM(A2:F2)))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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