time-sensitive color changing cell formula

J

JAMbro1

I am trying to create a spread sheet that lists a bunch of tasks with a
"completed" cell next to it. After a certain amount of time, I want that
cell to automatically change color indicating a task is expired or needs to
be re-accomplished. How do I write this kind of formula? I am using excel
2007. I hope I have described this well enough.
 
S

Shane Devenshire

Hi,

That depends on how you determine that the cell is expired. You might use a
conditional formatting such as:

1. Highlight all the cells on the rows you want formatted, here A1
2. Choose Home, Conditional Formatting, New Rule
3. Choose Use a formula to determine which cell to format
4. In the Format values where this formula is true enter the following
formula:
=TODAY()>A1
5. Click the Format button and choose a format.
6. Click OK twiceHi,
 

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