Excel's Inability to follow a pattern of adding 15 sec

Demni009

New Member
Joined
Mar 5, 2014
Messages
22
Anyone know why excel would shift increments on me?

Basically I type a date and a time in a cell:

3/29/18 10:25:08

Then I type a date and time 15 seconds later in the cell bellow

3/29/18 10:25:23

I highlight both cells and hit the little black square to fill the column in till the end of my data set. Part way through I get a single cell with a 16 second increment then it goes back to doing 15 second increments. This happened enough times to shift my endpoint time by five minutes. Why does this happen?


clip_image002.jpg
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
could you add it this way from your reference =B3+TIME(0,0,15) or are you adding
0.000173611111111111000000000000

<colgroup><col width="264"></colgroup><tbody>
</tbody>
 
Upvote 0
I think you have a culmination of rounding errors using the fill down method.
The 24 hour/60min/60sec fractions, and then don't forget base10 /base2 conversion and back again to display base10 (and the other restrictions of 80bit binary math)

Mole's suggestion should be helpful, but at these fine precision levels don't be surprised if you still see some errors.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top