Hi,
I have a table which contains rows of work related info.
I would like the associated row to be highlighted if the date is more then 90 days old and the row isn't marked as complete or cancelled.
Any ideas?
Thanks
Hi,
I have a table which contains rows of work related info.
I would like the associated row to be highlighted if the date is more then 90 days old and the row isn't marked as complete or cancelled.
Any ideas?
Thanks
loads of ideas! perhaps an explanation as to where the date is and where the row is marked complete/cancelled
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Sorry, very new to this.
The date is in B2 and the Job Status is in U2. Dont know if this is relevant, but Job Status is Data Validation List containing the following;
AT PRINT
CANCELLED
COMPLETE
IN PROGRESS
PROOFED
QUOTED
I would also need the this to be active throughout all rows.
Thanks
conditional format b2 as =AND(TODAY()-$B2>90,$U2<>"cancelled",$U2<>"completed",$B2<>"") copy paste the format from b2 to end of table
As easy as that! Brilliant thanks very much
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks