ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   SUMPRODUCT to establish whether turnaround date was achieved (https://www.excelbanter.com/excel-worksheet-functions/114921-sumproduct-establish-whether-turnaround-date-achieved.html)

Kierano

SUMPRODUCT to establish whether turnaround date was achieved
 
I need to be able to establish whether statuses were adhered to, e.g. if a
task was urgent, was it completed within 2 days; if a task was high, was it
completed within 5 days.

Date Submitted Status Date implemented
10/10/06 Urgent 14/10/06
11/10/06 High 18/10/06
15/10/06 Medium 19/10/06
16/10/06 Low 20/10/06

NB Each status has its own value, e.g. Urgent = 2 days, High = 5 days,
Medium = 10 days, Low = 10 days

Any help gratefully appreciated. Thanks in advance.

Bob Phillips

SUMPRODUCT to establish whether turnaround date was achieved
 
=IF(C2-A2LOOKUP(B2,{"High","Low","Medium","Urgent"},{5,9 999,10,2}),"Not
Met","Met")

and copy down


--
HTH

Bob Phillips

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

"Kierano" wrote in message
...
I need to be able to establish whether statuses were adhered to, e.g. if a
task was urgent, was it completed within 2 days; if a task was high, was

it
completed within 5 days.

Date Submitted Status Date implemented
10/10/06 Urgent 14/10/06
11/10/06 High 18/10/06
15/10/06 Medium 19/10/06
16/10/06 Low 20/10/06

NB Each status has its own value, e.g. Urgent = 2 days, High = 5 days,
Medium = 10 days, Low = 10 days

Any help gratefully appreciated. Thanks in advance.





All times are GMT +1. The time now is 12:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com