Formatting Problem-Highlighting a cell when date has expired past current date

  • Thread starter Thread starter alancyoung
  • Start date Start date
A

alancyoung

Hi, I'm currently trying to set up a sheet that highlights when
current certificate has expired. When a user enters a date in a cel
and as time passes, that date expires, I'd like to highlight the cel
and ideally make it automatically say the word expired instead of th
date. If anyone can help it would be greatly appreciated.

Thank
 
Hi
for highlighting the cell you can use conditional formating:
- select your cell
- goto 'Format - Conditional format'
- enter the formula (if A1 is your cell)
=A1>TODAY()
- choose your format

For changing the text automatically you'll need VBA but maybe the above
solution is sufficient for you?
 

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

Back
Top