Conditional Formatting question

Riptake

New Member
Joined
Jan 10, 2012
Messages
46
Hi everyone,

Hope everyone is well. I have a quick question about conditional formatting. So I have a drop down list in cells A1:A4. The list contains the choices B, C and D. If choice B is made, I want the cell in the next column (and same row) "B2" to me conditionally formatted with a red border. If choice C is made, I want the cell in column C (and same row) "C2" to me conditionally formatted with a red border and finally id D is made, I want cell "D2" to be bordered with red. What is the best way to do this??

Thanks in advance!!
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
You have to conditionally format each of the three cells separately. In B2, go to conditional formatting, select Formula is, and type =A2="B" then set whatever format you want. Etc.
 
Upvote 0
HI BenMiller
don't you mean:
Code:
=$A$1="b"
?
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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