#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default color coded dates

i am making a spreadsheet to track training. I put in completed dates and
when they come within 90 days of being due i want the cell to turn orange,
and when they are within or past 30 days turn red. the rest of the time i
want them all green.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default color coded dates

See http://www.xldynamic.com/source/xld.CF.html#due

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"tbird333" wrote in message
...
i am making a spreadsheet to track training. I put in completed dates and
when they come within 90 days of being due i want the cell to turn orange,
and when they are within or past 30 days turn red. the rest of the time i
want them all green.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default color coded dates



Use conditional formatting based on formula comparing to function =Now()


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default color coded dates

If all the other times you want them green, first set the font to green for
all of the dates.

For the rest, I'm just guessing at the exact setup of what you're looking
for, so I created a dueDate in cell A1. And I had the dates you're concerned
with be in column B. Then I created two Conditional formats:

-- the first is:
=((A1 - $B1) < 30)
And I set the formatting for this one to have the font be red.

-- The second is:
=((A1 - $B1) < 90)
And I set the formatting for this one to have the font be orange.

If you can get the gist of what to do from this, you can change the colors
and the exact forumula in the conditional formatting to what you're really
looking for.

[also, if you're familiar with setting a cell to a name, I set the cell A1
to be 'dueDate', so my actual condtional formats were essentially:

=((dueDate - $B1) < 90)

hth



"tbird333" wrote:

i am making a spreadsheet to track training. I put in completed dates and
when they come within 90 days of being due i want the cell to turn orange,
and when they are within or past 30 days turn red. the rest of the time i
want them all green.

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
Color-coded cell references PD Excel Discussion (Misc queries) 1 March 14th 08 08:32 PM
Color coded bar chart tris Charts and Charting in Excel 3 May 15th 07 04:07 PM
Count of color coded cells? Attidude Excel Discussion (Misc queries) 1 January 23rd 07 01:56 PM
Sum Color coded cells taxmom Excel Worksheet Functions 1 October 10th 06 12:36 AM
Color Coded cell references. Deb Excel Discussion (Misc queries) 1 May 28th 05 10:13 AM


All times are GMT +1. The time now is 07:28 PM.

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"