conditional formatting

hokiejts

New Member
Joined
Oct 15, 2002
Messages
1
Here is what I have. I have a cell that contains a date that something is due. In the next cell beside it i have a "date recieved" column that tells when that something came in. What I want the "date recieved" cell to do is turn yellow if the "date required" has past and nothing has been entered into the "date recieved cell". How do I go about doing this?

Thanks
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
On 2002-10-16 09:44, hokiejts wrote:
Here is what I have. I have a cell that contains a date that something is due. In the next cell beside it i have a "date recieved" column that tells when that something came in. What I want the "date recieved" cell to do is turn yellow if the "date required" has past and nothing has been entered into the "date recieved cell". How do I go about doing this?

Thanks


Let L5 be required by
Let K5 be received on

Cond format for cell K5 =

select formula is...

=AND(TODAY()>$L$5,$K$5="")

This works... obviously, set your format to cell pattern 'yellow'

HTH
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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