• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel Question

I want to do a small IF command where if a certain % is less than 20%, the cell's fill color will turn red. Is there a way to do this via formula?
 
for cell A1 when B1 is .20

Format>conditional formatting

if CELL VALUE is LESS THAN OR EQUAL TO "B1" and set FORMAT to have red fill
 
I was trying to do it a fancier way with conditional but Mikey is correct. You have to have B1 somewhere be 20%, then you can just evaluate against it.
 
Back
Top