Hello,
I love excell (even though I am not near an expert) and just now found this forum when I was searching for a solution to my problem. So hello forum! Here is my question...
I have a massive data sheet with values incremiting by 2 seconds. Example:
Column A Column B
00:00:02 200
00:00:04 200
00:00:06 300
00:00:08 300
00:00:10 300
00:00:12 200
I have 2 second data for 7 days like this (lots of data!)
What I am wanting: I am trying to write a macro (or maybe use a formula) to determine the maximum value for each minute, then either export that max value OR delete all non-max value rows.
This will therefore shrink my 302,400 row worksheet down to 5,040 rows.
Wanting:
Column A Column B
00:00:xx 300
00:01:xx 300
00:02:xx 200
00:03:xx 175
The seconds do not matter to me. Just the minute.
The values in column B do not change a lot. Therefore, the values in column B could all be the same for a duration of a minute.
Anyone have any suggestions? Thanks!
I love excell (even though I am not near an expert) and just now found this forum when I was searching for a solution to my problem. So hello forum! Here is my question...
I have a massive data sheet with values incremiting by 2 seconds. Example:
Column A Column B
00:00:02 200
00:00:04 200
00:00:06 300
00:00:08 300
00:00:10 300
00:00:12 200
I have 2 second data for 7 days like this (lots of data!)
What I am wanting: I am trying to write a macro (or maybe use a formula) to determine the maximum value for each minute, then either export that max value OR delete all non-max value rows.
This will therefore shrink my 302,400 row worksheet down to 5,040 rows.
Wanting:
Column A Column B
00:00:xx 300
00:01:xx 300
00:02:xx 200
00:03:xx 175
The seconds do not matter to me. Just the minute.
The values in column B do not change a lot. Therefore, the values in column B could all be the same for a duration of a minute.
Anyone have any suggestions? Thanks!
Last edited: