How to highlight subsequent cell when "X" is entered in the cell before it

DWads

New Member
Joined
Aug 4, 2013
Messages
2
Hello excel experts!

I am using excel 2007 and I'm trying to figure out how to highlight a subsequent cell when the one before it has an "x" entered into it...and I am completely stuck! For example: when an "x" is entered into A1 then B2 (and only B2) is highlighted.

Although I'm fairly savvy with excel, I get lost when it comes to more complex programming so if you could provide step-by-step instructions that would be wonderful.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
It's actually quite easy.

Highlight B1 Create a new conditional format rule with the following formula:

=$A1="X"

And then set it as "applies to" =$B:$B

And done. :)
 
Upvote 0
Ok sounds good and I know where the conditional formatting button is so we're off to a good start...but what exactly gets placed where in the pop-up new rule formatting box? Or am I supposed to select highlight cell rules and new rule?
 
Upvote 0

Forum statistics

Threads
1,214,958
Messages
6,122,475
Members
449,087
Latest member
RExcelSearch

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