ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need formula to add increments of 0.16 seconds to time (https://www.excelbanter.com/excel-discussion-misc-queries/36088-need-formula-add-increments-0-16-seconds-time.html)

Tim Ashcom

Need formula to add increments of 0.16 seconds to time
 
Need assistance in development of a formula to add increments of 0.16 seconds
to time formated as 00:00:00.00 (hh:mm:ss.00).

Earl Kiosterud

Tim,

=A2 + TIMEVALUE("0:0:0.16")

--
Earl Kiosterud
www.smokeylake.com

"Tim Ashcom" <Tim wrote in message
...
Need assistance in development of a formula to add increments of 0.16
seconds
to time formated as 00:00:00.00 (hh:mm:ss.00).




sebastienm

Hi,
Say the date/time is in A1, use:
= A1 + 16 * (1/24/60/60/100)
ie:
one day is 1 for excel therefore
- 1/24 is 1 hour
- 1/24/60 is 1 minute
- 1/24/60/60 is 1 second
- 1/24/60/60/100 is 1/100 of a second
--
Regards,
Sébastien


"Tim Ashcom" wrote:

Need assistance in development of a formula to add increments of 0.16 seconds
to time formated as 00:00:00.00 (hh:mm:ss.00).



All times are GMT +1. The time now is 10:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com