Creating a coloured flag that changes colour over time


Posted by Chris on May 23, 2001 1:26 PM

If anyone knows if this is possible to do or not and knows how that would be great.

I heard it is possible to create a flag or tab that changes colour over a specified amount of time. I want to use this in terms of prioritization and follow up purposes.

Can this be done?

Thank you

Posted by IML on May 23, 2001 2:14 PM

Depending on what exactly you're after you may be able to get away with conditional formatting.
For instance, if you have a date you open each task in in, say cell a1, and the task in B1, you could use conditional formating to mark items 3 days old or older by going to conditional formatting and selecting formula and using the following:
=TODAY()-$a$1>=3
and you could make the font red, for example. Conditional formatting would allow you to use 3 different markers.

Sorry if I'm way off base with what you were after.

good luck.



Posted by Kevin James on May 23, 2001 10:37 PM

IML's suggestion will work, but just as a caution, my accounting experience has taught me that relying on numbers is much more dependable than relying on colors. You can perform more functions and calculations against numbers than you can colors.

I'd strongly suggest that you create a column that evals the difference between dates and then format that column to highlight over 30, 60, 90.

Kevin