Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
Redefine Table Array | New Users to Excel | |||
Finding min,max in an array using selected rows from a table | Excel Worksheet Functions | |||
Table Array in VLOOKUP Relies on Data Validation | Excel Worksheet Functions | |||
How to use a cell value as Table Array in VLOOKUP worksheet function | Excel Discussion (Misc queries) |