Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1/24-C1
For C1 to give you the time on batteries, B2 will need to be a date and time, so that you can subtract it from NOW() -- David Biddulph "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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "David Biddulph" wrote: =A1/24-C1 For C1 to give you the time on batteries, B2 will need to be a date and time, so that you can subtract it from NOW() -- David Biddulph "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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trade Time Help Automatic Subtraction | Excel Discussion (Misc queries) | |||
subtraction off time after midnight | Excel Worksheet Functions | |||
time subtraction problem | Excel Worksheet Functions | |||
subtraction with time format cells | Excel Worksheet Functions | |||
decimal time subtraction please. | Excel Worksheet Functions |