Anthrobones
New Member
- Joined
- Nov 18, 2011
- Messages
- 2
Hey guys! I'm working on my thesis, and I have a lot of files with the following data type:
Date Time, GMT-04:00 Temp, °F
8/3/2011 17:40, 75.832
8/3/2011 18:40, 73.062
8/3/2011 19:40, 71.168
8/3/2011 20:40, 68.934
and I just need to pull out the highs/lows per date to graph. I'm having problems cutting the times off of the date field and coming up with a way to pull out just the data I need! I've tried =MAX(IF(Date=F3, Temp, 0)) type of formula, but can't get it to work.
Ideally, my output would be:
Date, High, Low
8/3/11, 78.33, 62.45
so it can easily be graphed. I appreciate any help you can give!
Date Time, GMT-04:00 Temp, °F
8/3/2011 17:40, 75.832
8/3/2011 18:40, 73.062
8/3/2011 19:40, 71.168
8/3/2011 20:40, 68.934
and I just need to pull out the highs/lows per date to graph. I'm having problems cutting the times off of the date field and coming up with a way to pull out just the data I need! I've tried =MAX(IF(Date=F3, Temp, 0)) type of formula, but can't get it to work.
Ideally, my output would be:
Date, High, Low
8/3/11, 78.33, 62.45
so it can easily be graphed. I appreciate any help you can give!