conditional format

  • Thread starter Thread starter Dibs
  • Start date Start date
D

Dibs

Hi
I'm trying to conditional format dates so that if the date displayed exceeds
6 months the cell turns red.

Any ideas please.

Dibs
 
Dibs,

If you mean turn red if the date is more than 6 months from the present
date:

Formula is: =A2> DATE(YEAR(TODAY()),MONTH(TODAY())+6,DAY(TODAY()))

Change the A2 to the cell that's selected, or if more than one is selected,
the active (white) cell.

Earl Kiosterud
mvpearl omitthisword at verizon period net
 
excellent cheers

dibs
Earl Kiosterud said:
Dibs,

If you mean turn red if the date is more than 6 months from the present
date:

Formula is: =A2> DATE(YEAR(TODAY()),MONTH(TODAY())+6,DAY(TODAY()))

Change the A2 to the cell that's selected, or if more than one is selected,
the active (white) cell.

Earl Kiosterud
mvpearl omitthisword at verizon period net
 
cannot get that to work for some reason, thanks anyway

Dibs,

What happens when you enter Earl's formula? What doesn't work?

Dave
dvt at psu dot edu
 
Earl Kiosterud said:
Dibs,

If you mean turn red if the date is more than 6 months from the present
date:

Formula is: =A2> DATE(YEAR(TODAY()),MONTH(TODAY())+6,DAY(TODAY()))

Change the A2 to the cell that's selected, or if more than one is selected,
the active (white) cell.

Earl Kiosterud
mvpearl omitthisword at verizon period net

That looks like something I'm trying to do, except that I'm trying to set it
up where that's a due date which turns red because another cell doesn't have
an entry by the due date aka it's overdue.
 
is there somewhere people get all of these formulas or are they just Wizzes.

Dibs
 
Dibs,

We make 'em up. They ought to work somewhere in the universe, even if just
by chance.

Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------
 

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