Conditional Format for ANOTHER column that contains ANYTHING

kyleno

Board Regular
Joined
Jun 9, 2014
Messages
61
I'm trying to figure out a formula that will conditionally format another column than itself.

Ex.
I would like the conditionally formatted column to be column O but search column L for cells that contains a date between columns K and M. Columns K and M are start and end dates.

The Between option would seem logical but look in a different column.

Any thoughts? Please and thank you.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
I'm trying to figure out a formula that will conditionally format another column than itself.

Ex.
I would like the conditionally formatted column to be column O but search column L for cells that contains a date between columns K and M. Columns K and M are start and end dates.

The Between option would seem logical but look in a different column.

Any thoughts? Please and thank you.


In conditional formats, you need to go to "use a formula to determine which cells to format". Write a formula that evaluates to TRUE or FALSE. Click OK and modify the range it applies to.
 
Upvote 0
Are you looking for the CF to fire if ANY dates are in K and L, or only if those dates fall within a certain range - and what would that range be?
 
Upvote 0
@FDibbins I have something in place to catch anything outside of my date range.

I have tried to use the following formula but it just won't take:
=IF($L$3="*", TRUE, FALSE)

In column O I am using the following formulas:
=IF($L$3="*", TRUE, FALSE): Color Blue
=IF(L3>M3,TRUE, FALSE): Color Yellow
=IF(L3="",TRUE,FALSE): Color Green

I have tried to rearrange these and nothing seems to help.
 
Upvote 0

Forum statistics

Threads
1,215,454
Messages
6,124,933
Members
449,195
Latest member
Stevenciu

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