Conditional formatting to represent a value when reached

P

PDC

I am putting together a spread sheet for tracking hours on equipment and want
excel to notify when a condition has been met. IE equipment needs
Preventative service at every 5000 hour mark( the hour meter does not reset
but contiues to mark time in hours. I want to be notified when that data is
entered, by the cell changing color or denoting text.(data will be entered by
other personal than myself)
 
W

WLMPilot

I think this is what you are looking for. Place this in the conditional
format as Formula Is and format to your desires. Change Cell reference
accordingly.

=AND(A1<>"",INT(A1/5000)=(A1/5000))

Good Luck,
Les
 

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