Brigite --
You don't need to convert in order to subtract.
Assuming that you have these times in A from A2 on and B from B2 on,
in C1 enter: =MOD(B2-A2,1)
Custom format C1 as [h]:mm and copy down as far as needed.
Aladin
========
You should be able to do this by just formating the cells. When I copied over your data into excel, it did not recognize the time because there was no space between the number and the AM/PM. If you do Edit-Replace and replace A with space A and P with space P it should work ok.
Hi Aladin,
What is the purpose the mod? This would just seem to produce undesirable results if you go over a 24 hour period, no?
for example if b2 = now() and a2 =now()-1 you get a result of zero? Just curious. I asked in a below post, but are you chiming in from Instanbul? The world is getting smaller...
Hi Ian --
Happy New Year. Since yesterday, started to chim in from home. They started "snowing" after I left Istanbul. Home, still nothing...
That darn MOD thing is supposed to be equivalent to
=B2+(B2 < A2)-A2
I swear I'll never propose it again.
Your "date and time antennae" did it again. Congrats and thanks.
Brigite: Please replace (if you're using it) =MOD(B2-A2,1) by the formula noted above.
Aladin
======