Using "if" in Numbers to change color of Result

I'm looking for a way to get Numbers to change the color of a cell value depending on the result of a Formula:


Here's the logic:


If the cell "a1" is greater than 50 then change the color of the result of "b1" to red.


If the cell "a1" is less than or equal to 50 do not change color of the result of "b1".


By the way, cell "b1" is a SUM formula.


Any help would be appreciated.


Thanks

MacBook Pro 13″, macOS 10.14

Posted on Mar 7, 2021 5:11 PM

Reply
2 replies

Mar 8, 2021 1:38 AM in response to bj4mbp

Hi bj4mbp,


Perhaps this is what you want. Highlighting (red text) in B if the corresponding value in A is greater than 50.

Insert another column (Column C) to give something with which to compare Column B.



Formula in C2: IF(A2>50,B2,"")

Fill the formula down in C.


Now for the conditional highlighting. Select all Body Cells in B.



Regards,

Ian.


Mar 7, 2021 5:33 PM in response to bj4mbp

Conditional highlighting is your friend here,



Select the cells to be highlighted.

Click the Format brush to open the Formt Inspector in the right sidebar.

At the bottom of th Cell pane, click the Conditional Highlighting item.

In the CH pane, click Number, click 'is greater than'

Enter 50

Click the displayed action and choose Red text (or red fill) from the menu list.


Regards.

Barry



This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Using "if" in Numbers to change color of Result

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.