How to automatically change cell color based on another cells conditional formatting?

jayemoh77

Board Regular
Joined
Feb 2, 2012
Messages
56
ABC
3.504

<tbody>
</tbody>





I have conditional formatting in column A to change the color of the cell to red if the number is 3.50 or greater. How can I make column B just copy whatever color cell column A is?

Happy Friday!
Thanks,
Julie
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Just apply the same Conditional Formatting that you are using in Column A.
You can actually do both columns at once with a single CF rule if you use the Formula option.
So, select columns A and B, and apply this formula:
Code:
=$A1>=3.50
and select your red color.
 
Upvote 0
With the cell you want to conditionally format selected

in Conditional formatting select new
then select use a formula to determine which cells to format
then use
Code:
=$A1>=3.5

select your formatting
 
Upvote 0
Heres the problem with that
A is a prevalence rate in which over 3.50 will be red
B is the number of occurrences something happened and can be anything from 0-50
in many cases my prevalence rate can be 2.3 and number in column B is over 3.
im not sure how to tell column B to just do what column A does.
 
Upvote 0
The above replies. In conditional formatting you are looking at what is in column A even if you are formatting column B.
 
Upvote 0
What Scott said...

Note that we both put a dollar sign in front of the column reference ($A).
That tells it no matter what column you are in, check the value in column A.
Try it for yourself. Follow the step-by-step instructions I gave you exactly, and you will see!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,303
Members
449,078
Latest member
nonnakkong

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