Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default If certain date is past certain date.

Hi everyone.

I have the following problem if you guys could please help me

Two colums , as below

A
B C
1 Due Sent
2:
3: 15 Jan 07 16 Jan 07
4: 10 Dec 06
5: 11 Dec 06
6: 12 Dec 06 13 Dec 06
7: 24 Nov 06

I need a formula to advise SLA missed or SLA met.
If Sent date is after due date then - SLA Missed
If Sent date is before due date or on due date - SLA Met


I have tried the following
=IF(B1=A1,"SLA Missed",IF(B1<=A1,"SLA Met",IF(A1="","",(IFB2="",""))
This shows a mixture of SLA Missed and SLA Met for cell containing one
or both dates.


Thanks all

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default If certain date is past certain date.

Try:

=IF(AND(B1=A1,B1<""),"SLA Missed",IF(AND(B1<=A1,B1<""),"SLA Met",""))

HTH

"Angela1979" wrote:

Hi everyone.

I have the following problem if you guys could please help me

Two colums , as below

A
B C
1 Due Sent
2:
3: 15 Jan 07 16 Jan 07
4: 10 Dec 06
5: 11 Dec 06
6: 12 Dec 06 13 Dec 06
7: 24 Nov 06

I need a formula to advise SLA missed or SLA met.
If Sent date is after due date then - SLA Missed
If Sent date is before due date or on due date - SLA Met


I have tried the following
=IF(B1=A1,"SLA Missed",IF(B1<=A1,"SLA Met",IF(A1="","",(IFB2="",""))
This shows a mixture of SLA Missed and SLA Met for cell containing one
or both dates.


Thanks all


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default If certain date is past certain date.

=IF(OR(A1="",B2=""),"",IF(B1=A1,"SLA Missed","SLA Met"))


"Angela1979" wrote:

Hi everyone.

I have the following problem if you guys could please help me

Two colums , as below

A
B C
1 Due Sent
2:
3: 15 Jan 07 16 Jan 07
4: 10 Dec 06
5: 11 Dec 06
6: 12 Dec 06 13 Dec 06
7: 24 Nov 06

I need a formula to advise SLA missed or SLA met.
If Sent date is after due date then - SLA Missed
If Sent date is before due date or on due date - SLA Met


I have tried the following
=IF(B1=A1,"SLA Missed",IF(B1<=A1,"SLA Met",IF(A1="","",(IFB2="",""))
This shows a mixture of SLA Missed and SLA Met for cell containing one
or both dates.


Thanks all


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default If certain date is past certain date.

Excellent thanks very much everyone

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 create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
Using date and time of past crimes to project the next occurance WR1CH Excel Discussion (Misc queries) 13 February 7th 07 07:47 PM
NETWORKDAYS - Multiple Date Selection Annabelle Excel Discussion (Misc queries) 3 October 4th 05 07:04 PM
need to show when date is past due rsdunphy Excel Worksheet Functions 5 September 28th 05 07:41 PM
Past date in column to change color Chris Excel Worksheet Functions 2 June 17th 05 12:20 AM


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