Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Date sensitive cell pattern color

Greetings,
How can I set up a cell's pattern color to automatically change to red when
a certain date arrives? I would hope it could be done without VB as my
knowledge is very limited.
Thanks for your help.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default Date sensitive cell pattern color

hi, Darrell,

try to use conditional format (Fomart | Conditional Format)

hth

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Darrell Shuman" escreveu:

Greetings,
How can I set up a cell's pattern color to automatically change to red when
a certain date arrives? I would hope it could be done without VB as my
knowledge is very limited.
Thanks for your help.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Date sensitive cell pattern color

Thanks Marcelo, but how can I enter some future date and when that date
comes the cell turns red? I can't find a way to enter the IF and DATE
function in the conditional format.
ds
"Marcelo" wrote in message
...
hi, Darrell,

try to use conditional format (Fomart | Conditional Format)

hth

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Darrell Shuman" escreveu:

Greetings,
How can I set up a cell's pattern color to automatically change to red
when
a certain date arrives? I would hope it could be done without VB as my
knowledge is very limited.
Thanks for your help.





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 252
Default Date sensitive cell pattern color

1. Select the cell in question

2. Select Format-Conditional Formatting

3. Select "Formula Is"

4. Enter this formula
=TODAY()=DATEVALUE("8/15/2006")

6. Click Format, and select the pattern you want.

7. Click Ok

Replace 8/15/2006 with the date you want to use, but be sure to keep the
quotes around the date. If the date is in the cell then use the cell
reference in the formula like this...

=TODAY()=A1

or use "Cell Value Is" - "Less than or equal to" - =TODAY()

Whichever way you choose the cell pattern will change when the current date
has reached the date in question.

"Darrell Shuman" wrote:

Greetings,
How can I set up a cell's pattern color to automatically change to red when
a certain date arrives? I would hope it could be done without VB as my
knowledge is very limited.
Thanks for your help.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Date sensitive cell pattern color

That did it. Thank you very much.
ds
"Sloth" wrote in message
...
1. Select the cell in question

2. Select Format-Conditional Formatting

3. Select "Formula Is"

4. Enter this formula
=TODAY()=DATEVALUE("8/15/2006")

6. Click Format, and select the pattern you want.

7. Click Ok

Replace 8/15/2006 with the date you want to use, but be sure to keep the
quotes around the date. If the date is in the cell then use the cell
reference in the formula like this...

=TODAY()=A1

or use "Cell Value Is" - "Less than or equal to" - =TODAY()

Whichever way you choose the cell pattern will change when the current
date
has reached the date in question.

"Darrell Shuman" wrote:

Greetings,
How can I set up a cell's pattern color to automatically change to red
when
a certain date arrives? I would hope it could be done without VB as my
knowledge is very limited.
Thanks for your help.







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
Reference Cell Color From Other WorkSheets carCiNogn Excel Worksheet Functions 1 May 17th 06 09:35 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Changing Cell formats to date fields automatically PCLIVE Excel Worksheet Functions 3 April 12th 05 10:34 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 12:54 AM.

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

About Us

"It's about Microsoft Excel"