Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kiser
 
Posts: n/a
Default Looking up a value from an array table

I have a table within a spreadsheet that looks like this....

JBK CBW AKB JVH RGM
10 776 793 810 827 844
20 724 741 758 775 792
30 672 689 706 723 740
40 620 637 654 671 688
50 568 585 602 619 636

Cell X99: __AKB_
Cell X100: __40__
Cell X101: __671__

I want to be able to enter the Name (in this case AKB) and the number (40)
and get the number at the intersection....671.

What formula should I use for that?

Thanks


  #2   Report Post  
Morrigan
 
Posts: n/a
Default


Assume your table is in A1:F6

=OFFSET(A1,MATCH(X100,A2:A6,0),MATCH(X99,B1:F1,0))

Kiser Wrote:
I have a table within a spreadsheet that looks like this....

JBK CBW AKB JVH RGM
10 776 793 810 827 844
20 724 741 758 775 792
30 672 689 706 723 740
40 620 637 654 671 688
50 568 585 602 619 636

Cell X99: __AKB_
Cell X100: __40__
Cell X101: __671__

I want to be able to enter the Name (in this case AKB) and the number
(40)
and get the number at the intersection....671.

What formula should I use for that?

Thanks



--
Morrigan
------------------------------------------------------------------------
Morrigan's Profile: http://www.excelforum.com/member.php...fo&userid=7094
View this thread: http://www.excelforum.com/showthread...hreadid=472698

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
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
Redefine Table Array Shaya M New Users to Excel 1 June 10th 05 01:36 AM
Finding min,max in an array using selected rows from a table Dazed and confused about min, max Excel Worksheet Functions 1 February 25th 05 09:02 PM
Table Array in VLOOKUP Relies on Data Validation willydlish Excel Worksheet Functions 2 February 16th 05 03:20 AM
How to use a cell value as Table Array in VLOOKUP worksheet function willydlish Excel Discussion (Misc queries) 2 February 16th 05 02:47 AM


All times are GMT +1. The time now is 02:58 PM.

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

About Us

"It's about Microsoft Excel"