evaluate cell with time data to determine if error occured

jetpack

Board Regular
Joined
Nov 4, 2010
Messages
81
have sheet with column B receiving time stamp (m:d:yy h:m:ss)every second, which is copied to next row every second. every hour of elapsed time should amount to 3600(60*60) rows of data.

how can I check dynamically that each row has the correct time stamp and, if not, corresponding row in column A show where there is a missing time stamp?. trying to determine if there is missing data or if excel is skipping a beat now and then.

thanks for looking in, and I appreciate any help you can offer.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Would having a flag in a new column work?
=IFERROR(IF(ROUNDDOWN(B2 - B1,5) = 0.00001,"","Interval not a second"),"Please check")
 
Upvote 0
works great, mate.

can it be made to check dynamically as each row is added?

really appreciate your help.
 
Upvote 0
gud' day mate.

thanx for sharing the link, really appreciate you taking the time to help me out. it doesn't do what I need
but still very nice of you to go to the trouble.

thanx again.
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,824
Members
449,470
Latest member
Subhash Chand

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