No, or transparent, font colour

SaraWitch

Active Member
Joined
Sep 29, 2015
Messages
322
Office Version
  1. 365
Platform
  1. Windows
Hello peeps,

I have had to tweak a date formula (in A1) to return a zero if the date result is 00/01/1900 (I have customised in Format Cells: [=0];dd/mm/yyyy).

I want the row to change colour once an actual date is returned in the formula. I am using a Conditional Format rule (which works):
Excel Formula:
=$A1>0

However, what I would really like to do now is hide the zero in A1 without it actually returning as a blank (I need the zero!). Is there a way of removing font colour completely or making it transparent (i.e., so I could add an additional Conditional Format to say that if A1=0, then no, or transparent, font colour)?

I fear not, but any advice would be welcomed... :)
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Use this custom format instead of the one you are using:

dd/mm/yyyy;dd/mm/yyyy;;@

This has nothing to do with colour but will not display a 0. The 0 will still be there, just not displayed.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,407
Messages
6,124,723
Members
449,184
Latest member
COrmerod

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