finding the delay from one day to maybe 3 day later

J

jladika

hello
i am looking for a formula
can you direct me to where i can find it?
I am looking for this

a study was completed on 4/1/2004 @ 8:00a
our paper work was sent 4/2/2004 @ 7:00a
the report was returned 4/4/2004 @ 8:00P
I need to find out what the time delay is between each of the above
 
F

Frank Kabel

Hi
try the following formula
=INT(B1)-INT(A1)-(MOD(B1,1)<MOD(A1,1)) & " days " &
TEXT(MOD(B1,1)-MOD(A1,1)+(MOD(B1,1)<MOD(A1,1)),"hh:mm")
 
J

jladika

thanks for the help
can you please email me at (e-mail address removed)
so you can help me with this problem thanks
joe
 
J

jladika

thanks for the formula
i need some help in how to use it
is it all one formula that goes in one cell?

please help me as how to set this up
thanks jo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top