Conditional Format 2 queries

hcabs99

Active Member
Joined
May 9, 2006
Messages
257
Hi

I need to build a conditional format which will throw the cell red if:

B1 = GB08 or GB05 AND the current cell is blank

Any ideas folks?
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi there,

In conditional formation select Formula is...

=AND(OR($B$1="GB05",$B$1="GB08"),$E$12="")

Format Pattern Red.

This should do the trick!


:)
 
Upvote 0
Hi there,

In conditional formation select Formula is...

=AND(OR($B$1="GB05",$B$1="GB08"),$E$12="")

Format Pattern Red.

This should do the trick!


:)


Hi

Excel doesn't like it!!

=AND(OR($B$1="GB05",$B$1="GB08"),$b$11="")

The formula you typed contains an error

Any idea why? It looks right to me?
 
Upvote 0
Hi,

I've copied and pasted the formula back into a work book, and it works perfectly.

Are you inserting it directly into cell B11 and creating a circular ref? or are you going to conditional format for cell B11 and pasting it under "Formula Is"?


Regards

Roger
 
Upvote 0
Hi,

I've copied and pasted the formula back into a work book, and it works perfectly.

Are you inserting it directly into cell B11 and creating a circular ref? or are you going to conditional format for cell B11 and pasting it under "Formula Is"?


Regards

Roger

It's ok, just sussed it. I have been made to change some of my regional settings to ensure the output of this file uploads correctly into the system (a European one). As a result, i have to substitute all commas in formulas with semi colons which is annoying and i keep forgetting about it! I changed it and it worked fine

Cheers for your help
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,843
Members
452,948
Latest member
UsmanAli786

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