Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I HAVE TWO DATES IN TWO CELLS,150 DAYS APART.HOW CAN I HAVE ONE DATE CHANGE
RED AFTER 150 DAYS ARE UP |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i get a date to turn red if it is within 90 days of today? | Excel Discussion (Misc queries) | |||
Need to pull <=14 Days, <=30 Days, 30 Days from a date column | Excel Discussion (Misc queries) | |||
Calc days between two dates and exclude leap year days | Excel Worksheet Functions | |||
Conditional Formatting Dates calculating 10 days and 30 days from a certain date | Excel Worksheet Functions | |||
Need a formula that will turn a date red if that over 60 days | Excel Worksheet Functions |