Make cell bold if true

B

BldrBldr

Is there a function that will make a cell bold (or
italics) if an "If statement" is true?

e.g.

If cell B16 is greater than 80%, then make cell B16 BOLD.

Thanks!
 
D

Dave R.

Go to format>conditional formatting while hovering on B16. then enter

cell value is greater than .8
 
Top