+ Reply to Thread
Results 1 to 2 of 2

Looking up a value from an array table

  1. #1
    Kiser
    Guest

    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. #2
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    Assume your table is in A1:F6

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

    Quote Originally Posted by Kiser
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1