View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Time subtraction

Try C1: =MOD(NOW(),1)-B1

you don't need D2 then

--
__________________________________
HTH

Bob

"Dgwood90" wrote in message
...
I need to have a formula that will show how much battery run time I left.
A1 is Battery run time = 40.5 hours
B1 is time batteries started = 12:55 AM
C1 is time on batteries, =NOW()-B2
D2 will be the battery run time left.

I have tried formatting in several different modes, always coming up
wrong.