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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,907
Messages
6,122,183
Members
449,071
Latest member
cdnMech

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