Formatting cells based on the value of other cells.

Robynasu

New Member
Joined
May 27, 2015
Messages
3
I have formatted a cell to turn a color if it is great than or equal to .01 (E13). I would like to be able to say if E13 is greater than or equal to .01 than B22 needs an explanation before you can go on. Is that possible? If not, can I make B22 turn a color based on information above?
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I have formatted a cell to turn a color if it is great than or equal to .01 (E13). I would like to be able to say if E13 is greater than or equal to .01 than B22 needs an explanation before you can go on. Is that possible? If not, can I make B22 turn a color based on information above?

Hi,
I do something similar. If you use Conitional Formatting in B22 using the following:
=AND(E13>=0.01,B22="") and set your colour to e.g. Red, then B22 will turn red if E13 is greater than or equal to 0.01 but the red will disappear once text is entered.
 
Upvote 0
Oh, yes --- you can make the format of B22 depend on another cell. While in cell B22, click Conditional Formatting|New Rule|Use Formula...|Format Values where...|type =E13>=0.1|and then set the format using the buttons|click OK.

I suggest you watch this video and it will explain all you ever needed to know about Conditional Formatting (https://www.youtube.com/watch?v=GRfe4bHsjhI).
 
Upvote 0
I think if you want the colour formatting to disappear once an explanation is entered in B22 you will need to add the B22="" (basically making it stay red while it's empty once E13 meets the >=0.01 criteria
 
Upvote 0

Forum statistics

Threads
1,214,973
Messages
6,122,534
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top