Somewhat Conditional Formatting, right?

waterballoon

New Member
Joined
Jun 15, 2011
Messages
35
Is there a way to make cells turn a certain color if a completely different cell is a certain value?

I tried with conditional formatting but having no luck...

Thanks in advance!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What I'm trying to do:

if cell A2 says "change" I want cells B2:D2 to highlight in yellow so editors know to fill those cells in with more data
 
Upvote 0
Hi

Here'a an example:

- Select A1
- in the conditional formatting use the formula:
=$D$1=1
- set some colour to paint the cell in case the condition is met

Now try it. When D1 is equal to 1 you'll see A1 changing colour.
 
Upvote 0
What I'm trying to do:

if cell A2 says "change" I want cells B2:D2 to highlight in yellow so editors know to fill those cells in with more data

Select cell B2:D2, and do Conditional Formatting, using Formula Is:
=$A2="change"
and then choose your required format, maybe Fill, yellow.
 
Upvote 0
How do I go about applying it to multiple cells? but by going row by row?

ie: a1 with b1:d1, a2 with b2:d2 and so on...
 
Upvote 0
Select B1:D999 ( or whatever ) and use a formula relative to the active cell, ( activecell should be B1 ), so condition formula would be:

=$A1="change"
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,484
Members
452,917
Latest member
MrsMSalt

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