Forum Discussion
Conditional formatting rules using a formula AND an icon set
Hi Olly,
You may work with formulas and the icons set, the only issue formulas here work only with absolute references. As workaround you may use OFFSET, INDIRECT or INDEX to have the proper references. For such sample
first formula is
=INDIRECT("A"&ROW())*1.2
second one is similar.
Another trick, you can't apply such rule to entire range at once. Thus first apply to B1 (for our sample) and that move formatting by Format Painter on other cells.
- Patrick MatthewsMar 26, 2021Copper ContributorSergei thank you, your suggestion worked a treat
 - Jeremy NorburyMar 26, 2021Brass Contributor
SergeiBaklan Hmmm...whilst it works, you end up with a CF rule for each cell.
- FloriszSep 03, 2021Brass Contributor
It does not help when scrolling though the CF list the contect of 'Applies to' just disappears(not really). Close and open the 'Rules Manger' brings them back. This makes it very hard to adjust the rules on the specific cells.
- Jeremy NorburySep 03, 2021Brass Contributor
Florisz Yeah that's not very handy at all, is it?
 
 - SergeiBaklanMar 26, 2021Diamond Contributor
That how it works. I don't know another solution, sorry.
- Jeremy NorburyMar 26, 2021Brass ContributorI agree - it's just not very scalable.