Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Min function with an offset

I have a range of data about 2 coulmns and 30 rows worth. I need to find the
minimum value in column2, so I use the min function. Then also I need to find
the corresponding time in column 1 that will be in the same row as the
minimum found.

For example the data below if -60 is my low, I use the min function to tell
me that but I need another function to tell me the time of the lowest value.
i.e.
A B
12:00 -48
1:00 24
2:00 -60
3:00 -5

Any ideas?

thanks,

Jase
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Min function with an offset

Try this

=INDEX(A1:A6,MATCH(MIN(B1:B6),B1:B6,FALSE),1)

Mike

"Jase" wrote:

I have a range of data about 2 coulmns and 30 rows worth. I need to find the
minimum value in column2, so I use the min function. Then also I need to find
the corresponding time in column 1 that will be in the same row as the
minimum found.

For example the data below if -60 is my low, I use the min function to tell
me that but I need another function to tell me the time of the lowest value.
i.e.
A B
12:00 -48
1:00 24
2:00 -60
3:00 -5

Any ideas?

thanks,

Jase

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
XL2002 - OFFSET function and LARGE function Trevor Williams Excel Worksheet Functions 3 March 3rd 08 01:40 PM
Use of OFFSET function [email protected] Excel Worksheet Functions 0 March 13th 07 03:33 AM
Help with OffSet Function! jagbabbra Excel Worksheet Functions 1 May 25th 06 03:38 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
help with offset function Barb Excel Worksheet Functions 3 May 24th 05 05:51 PM


All times are GMT +1. The time now is 04:26 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"