conditional formatting in pivot table

D

Dal

Hi everyone, I'm trying to conditionally format dates in a pivot table which
all come under 1 row. If the date is less that today i want the cell to be
red, if its equal to or between 5 days before today i want it to be orange,
and if its over today i want it to be green. Thanks
 
R

Roger Govier

Hi

Hover over the Date field until you see a solid black downward pointing
arrow.
That will select the whole of the date field
Using the cell reference for the first cell in the date range, e.g. C4
Format>Conditional Formatting>Formula is
=C4=Today() format Red
=And(C4<today(),C4>=today()-5) format Orange
=C4>Today() format Green
 

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

Top