change text colour

A

aditya

Is this possible to change text colour(say to blue) after 10hrs automatically.
so that next day when i open sheet & start working i can easily differentiate
yesterday's work.

Is there any other way to do this?
 
S

Sean Timmons

Well, you can use conditional formatting...

Format > Conditional Formatting

Formula is... <NOW()-(10/24)

then click format button and do your formatting.

Of course, this means those cells will be blue perpetually...

So, you could put in a 2nd format that changed them back to whatever format
if <NOW()-(34/24)
 
A

aditya

hi Timmons,
i an facing difficulties..will you please elaborate?

(1)as soon as i put =now()-(10/24) in formula bar...a number like 39966.55
aapears. when should i use formating?

(2)what i exactly want is that whatever text i enter today in any cell
should turn blue tomorrow.

thanks in advance
 
S

Sean Timmons

39966.55 is 6/2/09 1:12 PM. You can just change the formattign to date/time
to see that part. So, I would assume you entered that formula at 11:12 PM on
6/2.

I did neglect to add the < for less than, so:

<=now()-(10/24)

If you were to have that formula in your cell at 9:00 AM on 6/23, it would
turn any cell with a value of 6/22 11:00 PM or earlier to blue (assuming your
format as such)
 

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