![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
I've got water level data for every 10 or 15 minutes per day. And I'd like to find the min/max range per day and take an average (for roughly 5 months of data collection.) The problem is that there are times when the datalogger did not take readings, so that there isn't a consistent number of readings per day.
Much appreciated! Isa |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Location: Redmond, WA
Posts: 636
|
When the logger didn't get a "reading," is that cell left blank or is there a zero in it's place?
Also, why don't you just use =max(range) The min portion will depend on how the "non readings" are returned. [ This Message was edited by: zacemmel on 2002-05-07 09:43 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
Thanks for the reply, but being the novice I am, I don't know how to set the range to automatically advance for each day. The missing readings from the datalogger are deleted.
...I tried using subtotals by date and I tried to copy the max and min values only; but I ended up copying all values. I couldn't figure out how to copy only the min/max values. Thank you much. |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Care to describe that layout and provide a small sample of your data? |
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
The data I have is pretty simple, but you're right, there's a lot of values. I have water level data of a tidal marsh that experiences 2 high tides and 2 low tides per day, with one of the tides being higher and lower than the other. So, there's a low high tide, high high tide, low low tide and high low tide.
I'm interested in the extreme highs and lows per day and the data is set up with 3 columns. the first column is the date, column 2 is the time, and column 3 is the level of the water. And since the data's pretty extensive (we have a couple years of data every 10 or 15 minutes), I was hoping to figure out how to automate the extreme tide levels for each day and to average them over a lunar cycle. I'm not sure how to set up the min/max equation with a range that will automatically calculate the next day's and the next day's min/max and then average them by month. ...help! |
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
Regards! |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|