Conditional Format

TheBanker

New Member
Joined
Mar 30, 2012
Messages
18
Hi,

Looking to set up a Conditional Format that will look at colums H and J whichboth have text and such that

1. If H is No and J is To Do it goes red,
2. If H is No and J is Booked it goes Amber
3. If H is Yes and J is Done it goes Green

Understand thatbthe easies way is via Conditional format using a fomula just can seem to get the formaula to work. Happy with setting the necessary clours.

Lastly and importantly, Happy New Year and as always thank you for any support or advice.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
How about like
Excel Formula:
=AND($H2="No",$J2="To Do")
 
Upvote 0
How about like
Excel Formula:
=AND($H2="No",$J2="To Do")

How about like
Excel Formula:
=AND($H2="No",$J2="To Do")
Thank you for the fast responses. This seems to work on most but there are some whgere it is a line out when I apply it. So at Line 4 its Col H "No" and Col J "Yes", however tbhis then appears on the line below, any ideas?
 
Upvote 0
The row number in the formula must match the 1st row in the applies to range. It sounds as though you have different rows.
 
Upvote 0
I have double checkled that and ist still not right

1641573962336.png
1641573885454.png
 
Upvote 0
You need to write the formula as it applies to the FIRST cell in your Conditional Formatting range selection.
It looks like you are off one row.
What range EXACTLY does it show this formula being applied to?
I am guessing that you included row 1 (maybe you selected the entire column?).

If you look at Manage Rules after it has been created, it shows you exactly what range you applied it to:
1641574702369.png


So you either need to update your formula to reference row 1, or change the range you apply it to so you start on row 2.
 
Last edited:
Upvote 0
You need to write the formula as it applies to the FIRST cell in your Conditional Formatting range selection.
It looks like you are off one row.
What range EXACTLY does it show this formula being applied to?
I am guessing that you included row 1 (maybe you selected the entire column?).

If you look at Manage Rules after it has been created, it shows you exactly what range you applied it to:
View attachment 54695

So you either need to update your formula to reference row 1, or change the range you apply it to so you start on row 2.
Thank you, yes it was down to where it was looking, Ah the joy of Excel. Than you all for the quick responses.
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,957
Messages
6,122,472
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