formulae for icon set conditional formatting

kcmuppet

Active Member
Joined
Nov 2, 2005
Messages
437
Office Version
  1. 365
Platform
  1. Windows
In colmun S I've got cells with values likes these in them:

98 (+2)
103 (-8)
112 (0)


I want to use conditional formatting to choose from a set of 3 icons based on the number on the left,

>109 = green icon
100-109 = yellow icon
<100 = red icon


Against the top / green icon I set Type to 'Formula', and in valyue I put
=value(left(S2,find(" ",s2)))>109

Against the middle / yellow icon I set Type to 'Formula', and in valyue I put
=AND(VALUE(LEFT(S2,FIND(" ",S2)))>=100,VALUE(LEFT(S2,FIND(" ",S2)))<=109)

...but Excel said "You cannot use relative references..."

Anybody know how to work around this?

Many thanks
 
Last edited:

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,215,054
Messages
6,122,901
Members
449,097
Latest member
dbomb1414

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