Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
ZC ZC is offline
external usenet poster
 
Posts: 1
Default how can I format a cell to change on a specific date

Can a cell that contains text, be formatted to change font color on a future
date? The column is reading "Active" in green to indicate that the contract
for that item is still valid, but I would like to change the "Active" to red
font, or possibly change the text to read "Inactive" in red. It's the color
of the font that's important, and the date that I want it to change on is on
9/11/08.

thanks for your help.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how can I format a cell to change on a specific date

Try conditional formatting

Assume the data is in A1 down

Select col A (A1 active),
then apply conditional formatting using Formula is:
=AND(A1="Active",TODAY()= --"11 Sep 2008")
Format the font to taste, ok out

The above will format only the cells in col A which contain the text
"Active" once the set "future" date: 11 Sep 2008 is reached. To test that the
CF works, just change the date to a current date, eg:
=AND(A1="Active",TODAY()= --"15 Sep 2008")

And if you really want the format to trigger only for that specific date,
drop the "", use instead:
=AND(A1="Active",TODAY()= --"11 Sep 2008")

Modify to suit ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"ZC" wrote:
Can a cell that contains text, be formatted to change font color on a future
date? The column is reading "Active" in green to indicate that the contract
for that item is still valid, but I would like to change the "Active" to red
font, or possibly change the text to read "Inactive" in red. It's the color
of the font that's important, and the date that I want it to change on is on
9/11/08.

thanks for your help.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how can I format a cell to change on a specific date

Typo correction:
To test that the CF works,
just change the date to a current date, eg:
=AND(A1="Active",TODAY()= --"15 Sep 2008")


The test formula should have read as (but of course<g):
=AND(A1="Active",TODAY()= --"15 Sep 2007")
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to change number to text with specific format in function ViestaWu Excel Worksheet Functions 4 June 26th 07 04:38 AM
Cell date format doesnt change Jon Excel Worksheet Functions 5 March 7th 06 04:52 PM
Forcing a specific date format DianeMcP New Users to Excel 10 October 27th 05 05:03 PM
Change Excel cell format date type examples ("14-Mar-01") Cogito.ergo.sum Setting up and Configuration of Excel 1 May 17th 05 06:13 PM
How do I make a cell date specific to input a value on a specific. ebuzz13 Excel Discussion (Misc queries) 1 January 18th 05 05:53 PM


All times are GMT +1. The time now is 02:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"