Forum Discussion

Kevin Burel's avatar
Kevin Burel
Copper Contributor
Dec 31, 2017
Solved

Conditional Formatting

I want to create a set of conditional formatting rules where if cells H1 to K1 add up to a certain sum, then highlight cell A1 a certain way, otherwise do nothing.  Then if H2 to K2 add up to a certa...
  • Haytham Amairah's avatar
    Dec 31, 2017

    Kevin,

     

    Do the following steps

    • Select cell A1.
    • Go to Home >> Conditional Formatting >>  New Rule.
    • From the New Formatting Rule dialog box select the rule type of (Use a formula to determine which cells to format).
    • In the formula box type this formula for example:
      =SUM(H1, K1)>=70
    • Finally, click Format button to determine the format that you want, then hit OK.

     

     

    You can do the same thing for as many cells as you want.