G
GEM
Let me give an example...
A1=2/13/2009 9:00 AM
A2=2/14/2009 10:00 AM
On a normal operation "A2-A1" this function would give me the answer 1 days
01:00. I'm looking to see this on 8 hours shifts, so the answer I'm looking
for is 3 days 1:00.
Someone helped me with this and gave me the following function,
=INT((A2-A1)/8*24)&" days "&TEXT(MOD((A2-A1)*24,8)/24,"h:mm") it worked
perfectly, it gave me the answer I was looking for "3 days 1:00", but this
function gives me the answer in a text format making it impossible to work
math operations, for example adding a series of cells. Is there anyway I can
get the answe 3 days 1:00 and be able to work with it??
A1=2/13/2009 9:00 AM
A2=2/14/2009 10:00 AM
On a normal operation "A2-A1" this function would give me the answer 1 days
01:00. I'm looking to see this on 8 hours shifts, so the answer I'm looking
for is 3 days 1:00.
Someone helped me with this and gave me the following function,
=INT((A2-A1)/8*24)&" days "&TEXT(MOD((A2-A1)*24,8)/24,"h:mm") it worked
perfectly, it gave me the answer I was looking for "3 days 1:00", but this
function gives me the answer in a text format making it impossible to work
math operations, for example adding a series of cells. Is there anyway I can
get the answe 3 days 1:00 and be able to work with it??