If Function Turnaround Time

tcopeland

New Member
Joined
Feb 14, 2012
Messages
7
I am hoping someone can help me, I have been trying to create a formula that would let our department track turnaround times. When I try Networkdays I get 1 on a same day turnaround. I fixed that by adding -1 to the formula. Now, I am trying to create either a If or Countif function - I don't know which would be better, and none that I have tried are able to return the right Turnaround time if the original request is not correct.

What I would like help with is a formula that if the Initial Request is Correct - "y" the Date of of the Initial Request is used as the start date and if the Initial Request is not correct "N" the Date of the Corrected Request is used as the start date.
Date of Initial RequestInitial Request CorrectDate of Corrected RequestDate FulfilledTurnaround Time
6/3/19N6/4/196/4/19

<tbody>
</tbody>

Thanks,

LuAnn
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi,

Is this what you mean:


Book1
ABCDE
1Date of Initial RequestInitial Request CorrectDate of Corrected RequestDate FulfilledTurnaround Time
26/3/2019N6/4/20196/4/20190
36/3/2019Y6/4/20196/4/20191
Sheet669
Cell Formulas
RangeFormula
E2=NETWORKDAYS(IF(B2="Y",A2,C2),D2)-1
 
Upvote 0
Thank you!!!! That worked. I really apprecaite your quick and easy response. - I was able to translate to my Smartsheet workbork and it worked perfectly. :)
:)
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,739
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top