Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sloth
 
Posts: n/a
Default Need Help With Function

I have a list in column A (A1:A10) of various numbers, and a list in column B
(B1:B10). I need a function that outputs the number in column B that is in
the same row as the smallest number in column A. I don't want to sort the
list.

Also I would also like to know how to output the cell reference of the
smallest number in the list.

Example:
A1:A10 - 24, 35, 12, 42, 18, 29, 30, 98, 76, 23
B1:B10 - 45, 67, 21, 78, 34, 67, 25, 86, 35, 98
C1 - 21
D1 - A3
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

Your First Question: =INDEX(B1:B10,MATCH(MIN(A1:A10),A1:A10,0))
Your Second Question: ="A"&MATCH(MIN(A1:A10),A1:A10,0)

--
Regards,
Dave


"Sloth" wrote:

I have a list in column A (A1:A10) of various numbers, and a list in column B
(B1:B10). I need a function that outputs the number in column B that is in
the same row as the smallest number in column A. I don't want to sort the
list.

Also I would also like to know how to output the cell reference of the
smallest number in the list.

Example:
A1:A10 - 24, 35, 12, 42, 18, 29, 30, 98, 76, 23
B1:B10 - 45, 67, 21, 78, 34, 67, 25, 86, 35, 98
C1 - 21
D1 - A3

  #3   Report Post  
Sloth
 
Posts: n/a
Default

Thanks. What if I wanted to find the reference of the smallest cell in an
array?

Example:

A2:A4 - 25, 13, 64
B2:B4 - 53, 26, 98
C2:C4 - 46, 10, 32

A1 - C3

"David Billigmeier" wrote:

Your First Question: =INDEX(B1:B10,MATCH(MIN(A1:A10),A1:A10,0))
Your Second Question: ="A"&MATCH(MIN(A1:A10),A1:A10,0)

--
Regards,
Dave


"Sloth" wrote:

I have a list in column A (A1:A10) of various numbers, and a list in column B
(B1:B10). I need a function that outputs the number in column B that is in
the same row as the smallest number in column A. I don't want to sort the
list.

Also I would also like to know how to output the cell reference of the
smallest number in the list.

Example:
A1:A10 - 24, 35, 12, 42, 18, 29, 30, 98, 76, 23
B1:B10 - 45, 67, 21, 78, 34, 67, 25, 86, 35, 98
C1 - 21
D1 - A3

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
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


All times are GMT +1. The time now is 04:16 AM.

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"