Conditional format to change font color on date

Harley78

Active Member
Joined
Sep 27, 2007
Messages
372
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am using the formula
=MIN(IF($A14='IN TRANSIT'!$B$2:B$500,'IN TRANSIT'!$L$2:$L$500,"")) and on my report that has 752 lines. so I drag this formula down the column and I if blank, cell populates with 1/0/00. Now I want to have it not show this 1/0/00 and thought I could use Conditional formatting to change the font to white if cell contains 1/00/00.

Is there another way?

Thanks

Bill
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Maybe
Excel Formula:
=If(A14="","",MIN(IF($A14='IN TRANSIT'!$B$2:B$500,'IN TRANSIT'!$L$2:$L$500,"")))
 
Upvote 0
Solution
To do it by “Condition Formating” alone.

Click on the first cell in the range that contains 1/0/00; then click Condition formatting. Select “New Rule”, choose “Cell only contains” and put in 1/0/00. Then while still in condition formatting window select “Format”, select “Font colour” and choose “White”. While still in condition formatting window click the “Red” arrow in the box on the right of “Applies to”, you will then be able to drag the selection over the range that you want, finally click “Stop if true” then ”Ok”.
 
Upvote 0
I very much doubt that will work, as the cell almost certainly contains 0 & is formatted as a date.
 
Upvote 0
For my test; with $A14 formatted as "Date" this adjustment seems to work?
=$a14="1/0/00"
 
Upvote 0
Many thanks All! Appreciate the help in solving this.
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,842
Messages
6,127,225
Members
449,371
Latest member
strawberrish

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