View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default rows that need deleting

Intervals from what? What will be the base time, 0 hours, or the first time?
And is it to delete any not exactly five minutes from, i.e. maybe delete
everything?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"LtFass" wrote in message
...
Thanks to all who reply to our sometimes obvious questions. This one has

me
stumped. I import a converted file from a data recorder that records date,
time, flow rate, pressure, and water level. The format goes like this

A1 - Date
B1 - Time
D1/E1 - Flow
F1/G1 - Pressure
H1/I1 - Water Level

The columns do not have headers. The data is recorded every minute.

Now for the problem: what I would like to do is delete the rows so that

the
data is now in five minute intervals. Currently I highlite the rows that I
dont need and then delete them however there are generaly 5k to 100k rows.
Lots of time! Looking for some ideas or help Thanks Cliff