Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
440 440 is offline
external usenet poster
 
Posts: 1
Default TWO DATES,150 DAYS APART,NEED ONE DATE TO TURN RED AFTER 150 DAYS

I HAVE TWO DATES IN TWO CELLS,150 DAYS APART.HOW CAN I HAVE ONE DATE CHANGE
RED AFTER 150 DAYS ARE UP
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default TWO DATES,150 DAYS APART,NEED ONE DATE TO TURN RED AFTER 150 DAYS

Use conditional formatting , See
http://www.contextures.com/xlCondFormat01.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"440" wrote in message
...
I HAVE TWO DATES IN TWO CELLS,150 DAYS APART.HOW CAN I HAVE ONE DATE

CHANGE
RED AFTER 150 DAYS ARE UP



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default TWO DATES,150 DAYS APART,NEED ONE DATE TO TURN RED AFTER 150 DAYS

you could use conditional formatting. in the example below, the start date
was in F20, the end date in G20: -
go to [Format] - [Conditional Formatting...]

choose 'Formula Is...' rather than 'Cell Value is...' and enter the
following
=G20-F20150

then set whatever formatting you want

that should be it!

hth,

tim

"440" wrote in message
...
I HAVE TWO DATES IN TWO CELLS,150 DAYS APART.HOW CAN I HAVE ONE DATE CHANGE
RED AFTER 150 DAYS ARE UP



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default TWO DATES,150 DAYS APART,NEED ONE DATE TO TURN RED AFTER 150 DAYS

Assume cells A1 and F2. Assume if today is 150 days from A1, then color F2
red.

SelectF2 then do
Formatting = conditional formatting

change cell value is to formula is

put in
=abs(today()-A1)150



select a format

and then "add" your way out.

If that formula doesn't describe the condition you want, write one that does
and consider that one an example.

--
Regards,
Tom Ogilvy




"440" wrote:

I HAVE TWO DATES IN TWO CELLS,150 DAYS APART.HOW CAN I HAVE ONE DATE CHANGE
RED AFTER 150 DAYS ARE UP

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 do i get a date to turn red if it is within 90 days of today? JonnyP-SC Excel Discussion (Misc queries) 1 October 30th 09 04:00 PM
Need to pull <=14 Days, <=30 Days, 30 Days from a date column Ken Excel Discussion (Misc queries) 3 October 23rd 09 12:53 AM
Calc days between two dates and exclude leap year days scoz Excel Worksheet Functions 5 November 23rd 07 03:58 PM
Conditional Formatting Dates calculating 10 days and 30 days from a certain date Sioux[_2_] Excel Worksheet Functions 2 October 11th 07 02:04 PM
Need a formula that will turn a date red if that over 60 days Holly Excel Worksheet Functions 1 January 17th 06 09:33 PM


All times are GMT +1. The time now is 07:43 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"