#1   Report Post  
fastcar
 
Posts: n/a
Default Tables


Hi I need some help please,

I have a table as below

Date....................Max Temp.....Min Temp........Max
Wind........Max Rain
Thu-01-Jan-04..........16.7.............1.8.................1 0.0...............0.00
Fri-02-Jan-04............14.6..............4.8............... .35.0...............0.00
Sat-03-Jan-04..........16.9..............3.3................2 8.0................0.00
Sun-04-Jan-04..........14.7.............1.5................26 .0................0.00
Mon-05-Jan-04.........17.1..............1.9...............18. 0................0.00
Tue-06-Jan-04..........13.5..............3.2................8 .0.................0.00

I would like excel to find the max temp for the month and have excel
paste the date that temp was recorded in another cell. ie Look down
"Max Temp" find "17.1" (as that is the highest temp at the moment) and
the put the date that corresponds to "17.1" which is "Mon-05-Jan-04" in
cell N32.

Hope this is enough information.


--
fastcar
------------------------------------------------------------------------
fastcar's Profile: http://www.excelforum.com/member.php...o&userid=16457
View this thread: http://www.excelforum.com/showthread...hreadid=278137

  #2   Report Post  
duane
 
Posts: n/a
Default


Puttign your data starting in cell a4 ("date")

=OFFSET(A4,MATCH(MAX(B5:B10),B5:B10,0),0)

If you want to be able to id the max in a given month more is needed


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=278137

  #3   Report Post  
duane
 
Posts: n/a
Default


this (entered as cntl-shift-enter) allows you to get the date of the max
in a specified month (the =1 indicated Jan)

=OFFSET(A4,MATCH(IF(MONTH(A5:A10)=1,MAX(B5:B10)),B 5:B10,0),0)


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=278137

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The pivot tables 101 article says to use the "Create List" comman. cgnoland03 New Users to Excel 2 January 14th 05 11:39 PM
Pivot Tables - Variance and % Variance fields CraigS Excel Discussion (Misc queries) 5 January 6th 05 12:22 AM
How to change default page setup for pivot tables? bobs Excel Discussion (Misc queries) 1 January 5th 05 09:42 PM
Quaters In Pivot Tables fnov New Users to Excel 4 December 17th 04 12:41 PM
How to paste Xcel tables legibly into Word . Help!! Nimo Excel Discussion (Misc queries) 1 December 14th 04 09:53 PM


All times are GMT +1. The time now is 06:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"