MAcro Problem (probably easy)

  • Thread starter Thread starter bludovico
  • Start date Start date
B

bludovico

Okay, here's another easy one. I want a formula that basically says "I
DATE IN COLUMN D => TODAY, THEN COLOR = RED." I can do the conditiona
format, but I'm having trouble figuring out the formula syntax. An
help
 
Hi

if the date you're looking at is in a particular cell (ie D2) use
in conditional formatting
Formula is
=D2=today()

if it can be anywhere in column D use
Formula is
=COUNTIF(D:D,today())>=1

and set the format

Cheers
JulieD
 

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