Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks David - tried that one - it changes the cell to "Open Call" for some
reason? "David Biddulph" wrote: Have you looked at NETWORKDAYS(), rather than DAYS360() ? -- David Biddulph "Andy B" wrote in message ... I am trying to calculate the difference between one cell and another - both having dates in, to establish if a service level is being achieved for completing a task. eg. B2 = 25/6/07 and L2 = 30/6/07 (5 days) currently if there is no date in L2, it will say "open call" - indicating that it has not been completed. the calculation used currently is =IF(ISERROR(DAYS360(B2,L2,TRUE)),"Open Call",DAYS360(B2,L2,TRUE)) however this does not show working days taken to complete the call, which is key to the measurement. Can anybody help please? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I can't guess what your problem is unless you tell us the formula you're
using and what the values are in the relevant cells. Are you sure you've got real dates and not text values? What value does =L2-B2 (or whatever the relevant cells are) give? And if you are getting an error flagged by ISERROR(), then you need to look at what specific error the formula inside the function gives. -- David Biddulph "Andy B" wrote in message ... Thanks David - tried that one - it changes the cell to "Open Call" for some reason? "David Biddulph" wrote: Have you looked at NETWORKDAYS(), rather than DAYS360() ? "Andy B" wrote in message ... I am trying to calculate the difference between one cell and another - both having dates in, to establish if a service level is being achieved for completing a task. eg. B2 = 25/6/07 and L2 = 30/6/07 (5 days) currently if there is no date in L2, it will say "open call" - indicating that it has not been completed. the calculation used currently is =IF(ISERROR(DAYS360(B2,L2,TRUE)),"Open Call",DAYS360(B2,L2,TRUE)) however this does not show working days taken to complete the call, which is key to the measurement. Can anybody help please? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate SLA ( Service Level Agreement ). | Excel Worksheet Functions | |||
calculating a formula for a service level | Excel Worksheet Functions | |||
formula for calculating 401k if over or equal to 1 yr of service . | Excel Worksheet Functions | |||
calculating service dates | Excel Worksheet Functions | |||
Help with Years of Service formula.... | Excel Discussion (Misc queries) |