Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JPG
 
Posts: n/a
Default Traffic Light Filter On Dates

Hi following previous guidence I need advice on developing filters for
Conditional Monitoring to discriminate between:
Date One earlier than or equel to Date Two - condition green;
Date One earlier than or equel to Date Three - condition green;
Date One later than Date three & Date three earlier than Date two -
condition Red;
Date One later than Date Three & Date Three later than Date Two - condition
Amber. Where Date One is the schedule date; Date Two is the Data date; & Date
Three baseline date. Dates One & Three are different for every occurance and
Date Three is fixed for every period.

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Traffic Light Filter On Dates


The formula


=IF(OR(A2<=B2,A2<=C$1),"Green",IF(AND(A2C$1,C$1<B 2),"Red",IF(AND(A2C$1,C$1B2),"Amber","Unspecifie d")))

is as per your request, with Date 3 in C1 and dates 1 & 2 in A2 & B2
etc.

Hope this helps

--

JPG Wrote:
Hi following previous guidence I need advice on developing filters for
Conditional Monitoring to discriminate between:
Date One earlier than or equel to Date Two - condition green;
Date One earlier than or equel to Date Three - condition green;
Date One later than Date three & Date three earlier than Date two -
condition Red;
Date One later than Date Three & Date Three later than Date Two -
condition
Amber. Where Date One is the schedule date; Date Two is the Data date;
& Date
Three baseline date. Dates One & Three are different for every
occurance and
Date Three is fixed for every period.



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=533183

  #3   Report Post  
Posted to microsoft.public.excel.misc
JPG
 
Posts: n/a
Default Traffic Light Filter On Dates

Many thanks Bryan. Spreadsheet now works.
cheers
jack

"Bryan Hessey" wrote:


The formula


=IF(OR(A2<=B2,A2<=C$1),"Green",IF(AND(A2C$1,C$1<B 2),"Red",IF(AND(A2C$1,C$1B2),"Amber","Unspecifie d")))

is as per your request, with Date 3 in C1 and dates 1 & 2 in A2 & B2
etc.

Hope this helps

--

JPG Wrote:
Hi following previous guidence I need advice on developing filters for
Conditional Monitoring to discriminate between:
Date One earlier than or equel to Date Two - condition green;
Date One earlier than or equel to Date Three - condition green;
Date One later than Date three & Date three earlier than Date two -
condition Red;
Date One later than Date Three & Date Three later than Date Two -
condition
Amber. Where Date One is the schedule date; Date Two is the Data date;
& Date
Three baseline date. Dates One & Three are different for every
occurance and
Date Three is fixed for every period.



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=533183


  #4   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Traffic Light Filter On Dates


Good to see, and thanks for your response.

--

JPG Wrote:
Many thanks Bryan. Spreadsheet now works.
cheers
jack

"Bryan Hessey" wrote:


The formula



=IF(OR(A2<=B2,A2<=C$1),"Green",IF(AND(A2C$1,C$1<B 2),"Red",IF(AND(A2C$1,C$1B2),"Amber","Unspecifie d")))

is as per your request, with Date 3 in C1 and dates 1 & 2 in A2 & B2
etc.

Hope this helps

--

JPG Wrote:
Hi following previous guidence I need advice on developing filters

for
Conditional Monitoring to discriminate between:
Date One earlier than or equel to Date Two - condition green;
Date One earlier than or equel to Date Three - condition green;
Date One later than Date three & Date three earlier than Date two

-
condition Red;
Date One later than Date Three & Date Three later than Date Two -
condition
Amber. Where Date One is the schedule date; Date Two is the Data

date;
& Date
Three baseline date. Dates One & Three are different for every
occurance and
Date Three is fixed for every period.



--
Bryan Hessey

------------------------------------------------------------------------
Bryan Hessey's Profile:

http://www.excelforum.com/member.php...o&userid=21059
View this thread:

http://www.excelforum.com/showthread...hreadid=533183




--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=533183

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
Advanced filter using dates Rusty Excel Discussion (Misc queries) 3 April 20th 17 05:11 PM
filter dates in data range Shelty Excel Worksheet Functions 2 March 15th 06 11:17 AM
Setting traffic lights based on todays date against target dates HDV Excel Discussion (Misc queries) 2 September 14th 05 12:05 PM
how to filter dates? abigail New Users to Excel 2 August 18th 05 12:45 AM
FILTER OUT DATES IN LIST Lisa Excel Worksheet Functions 1 January 31st 05 02:17 PM


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