View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Need to know formula to make expire in a year.

Go on! Be brave! Type "format painter" into Excel help. [You don't have
to pay extra to use the facility.]

The same applies for many other questions. It's always worth trying Excel
help first. When you've done that, you can always come back and ask here if
there is something you don't understand in what help tells you.
--
David Biddulph

"tlbailey79" wrote in message
...
One last question, I think...what is format painter? I'm using Excel
2003.
I don't see that in any of my menus.

"Mike H" wrote:

Try


Format|Conditional format
Formula is
=AND(A1<"",A1<TODAY()-365)
Pick a colour
OK

use format painter to paint this into the other cells

Mike

"tlbailey79" wrote:

I was asked if I could create a spreadsheet where we could keep track
of
vendors and when they took the safety training for our company. The
training
is only good for one year. So I would have a date field. Then I was
asked
if I could make it so a year from now the text would change color or
something, to let them know that the safety training had expired. Is
there
some sort of formula or function that I could use for this?