View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Formatting question

So select the whole row before applying the formatting. I allowed for that
by making the column absolute.

--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Philip Drury" wrote in message
...
Have tried this but it's not working, probably me I know! However, this

will
just change the date cell the required colour - I really want to turn the

row
the relevant colour? Any ideas?

"Bob Phillips" wrote:

See http://xldynamic.com/source/xld.CF.html#lights

Your formulae would be

=AND($A2<=TODAY(),$A2TODAY()-5)

=AND($A2<=TODAY(),$A2TODAY()-7)

=AND($A2<=TODAY(),$A2<"")

where A2 is the first cell being formatted

--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my

addy)

"Philip Drury" wrote in message
...
I have a spreadsheet where we are capturing customer contact. The

first
column contains the date that the call came in, I want to format the

table
to
make the row green if the date in column 1 is within 5 days from

todays
date,
to turn amber if it goes over 5 days and red if it goes over 7 days.

The
last column will contain the date that the query was completed, when a

date
is input into this field I want the row to 'grey' out. Can anyone

help????