Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default More Conditional Formatting

I posted a thread earlier:

"If i have a date in column A and have a formula that calculates 90 days
from that date to Column B and I want to add conditional formatting to Column
B that flags 120, 90, and 60 days from the column B date how would I go about
doing that?"

I receved the following (which works great):

=AND($B1TODAY(),$B1<=TODAY()+60) <- Flags Red
=AND($B1TODAY()+60,$B1<=TODAY()+90) <-Flags Orange
=AND($B1TODAY()+90,$B1<=TODAY()+120) <-Flags Yellow

But I need the 60 days to go beyond that, how would I do that? (i.e. The
date in Column B is 1 Dec 08 how do i get the flag to stay red after the date
has passed so that i know it is now overdue.) Would i have to do an
additional CF to the cell? Please help.

--
Frecks1983
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default More Conditional Formatting

Try amending just this condition:
=AND($B1TODAY(),$B1<=TODAY()+60) <- Flags Red


to: =$B1<=TODAY()+60
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
"Frecks1983" wrote:
I posted a thread earlier:

"If i have a date in column A and have a formula that calculates 90 days
from that date to Column B and I want to add conditional formatting to Column
B that flags 120, 90, and 60 days from the column B date how would I go about
doing that?"

I receved the following (which works great):

=AND($B1TODAY(),$B1<=TODAY()+60) <- Flags Red
=AND($B1TODAY()+60,$B1<=TODAY()+90) <-Flags Orange
=AND($B1TODAY()+90,$B1<=TODAY()+120) <-Flags Yellow

But I need the 60 days to go beyond that, how would I do that? (i.e. The
date in Column B is 1 Dec 08 how do i get the flag to stay red after the date
has passed so that i know it is now overdue.) Would i have to do an
additional CF to the cell?

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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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