Conditional Formatting & IF Functions

almo89

New Member
Joined
Dec 22, 2012
Messages
2
Hello,

If someone could please help me develop a formula for my excel it would be greatly appreciated (either a youtube link or exlpanations would be of great assistance). I believe it has to be through the conditional formatting tool and IF functions but I may be way off.

What I am trying to do is have certain cells highlight only if i select a certain entity type (from a drop down menu I created) in column B (named "entity type" below).

For example, if i select the dropdown for individual in B2 i want the blank cells E2 and F2 to highlight and if i select regulated in B3 i want C3, D3 and G3 to highlight. So essentially based on what i select in column B (10+ options) it auto-highlights under the requirements.

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Entity Type[/TD]
[TD]Proof Reg[/TD]
[TD]Sig list[/TD]
[TD]ID[/TD]
[TD]Address Proof[/TD]
[TD]Details[/TD]
[/TR]
[TR]
[TD]Joe Random[/TD]
[TD]Individual[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Random Ltd[/TD]
[TD]Regulated [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Thank-you to anyone who can provide any help!!
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Welcome to MrExcel.

You can use conditional formatting formulas like:

=$B2="Individual"
=$B2 = "Regulated"

applied to E2:F2 and C2:D2,G2 respectively.
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,853
Members
452,361
Latest member
d3ad3y3

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