Timed blanking of text

  • Thread starter Thread starter GerryK
  • Start date Start date
G

GerryK

Hi,
I'm having a bit of a problem (still) trying to white out
some text on a time/date basis.
I would like to do this through conditional format:
=TODAY()>(DATEVALUE("5/19/2004)+TIME(8,45,0))

I can get the conditional format to work on the date but
not the date and time combination.

Any advice?

TIA
 
Hi Frank,
That still is not working, the text goes white but
logically should not.
My intention is to format a cell to white text after a
certain date and time has passed.
The formula logic appears correct and I've tried some
rearranging and I'm still baffled.
 
Hi
try the following
=NOW()>(DATE(2004,5,19)+8.75/24)

does this work for you?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top