Using an icon set with formula

STEVENS3010

Board Regular
Joined
Feb 4, 2020
Messages
87
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi all,

Is anybody able to help me out with an issue using an icon set please?

I would like a tick or a cross to appear (standard icon set) in a particular cell based on the value of another cell being true or false.

So for example, in cell "M2" I would like a green tick to appear if cell "N2" is 'True' or a red cross to appear in "M2" if cell "N2" is false. To be clear, there is a formula in cell "N2" determining the True/False result.

Is there a formula I can use in the rule to get this to work for me? Or is there a simpler solution I may be missing?

Thanks
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
What do you have in M2? A value or formula, or is it just a place for the icon? Icon sets only work on the value in a cell, not the value in another cell. So if M2 is empty, you can put a formula in it referring to N2, like this:

1667411023088.png

Where the formula in M2 is: =IF(N2,99,0) and the Conditional Formatting is set up like this:

1667411159218.png
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,249
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