+ Reply to Thread
Results 1 to 5 of 5

Grabing cell from other sheet - row/column crossroad

  1. #1
    Registered User
    Join Date
    06-21-2015
    Location
    Poland
    MS-Off Ver
    2010
    Posts
    9

    Grabing cell from other sheet - row/column crossroad

    Ok, so I ran into another problem.

    I know how to grab info I need from other sheet - but how can I do it when I have table? Like I have table in Sheet2:

    A B C D
    B AB CB DB
    C AC BC DC
    D AD BD CD

    And lets say I want to grab cell from Row 1 and Column 3 (in this case, that would be cell with C) and place it in cell A1 in Sheet1. How should I do this?

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Grabing cell from other sheet - row/column crossroad

    what are you wanting to use an the unique identifiers to grab the data (the actual column and row numbers, or do you have something else to go by)?
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Grabing cell from other sheet - row/column crossroad

    Like this...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    1
    A
    B
    C
    D
    Row
    1
    2
    B
    AB
    CB
    DB
    Column
    3
    3
    C
    AC
    BC
    DC
    Result
    C
    4
    D
    AD
    BD
    CD
    5
    ------
    ------
    ------
    ------
    ------
    ------
    ------


    This formula entered in G3:

    =INDEX(A1:D4,G1,G2)

    However, this type of lookup application is typically based on the row and column headers.

    For example:

    Data Range
    A
    B
    C
    D
    E
    F
    G
    H
    1
    Jan
    Feb
    Mar
    Apr
    Year
    2014
    2
    2012
    A
    B
    C
    D
    Month
    Feb
    3
    2013
    B
    AB
    CB
    DB
    Result
    AC
    4
    2014
    C
    AC
    BC
    DC
    5
    2015
    D
    AD
    BD
    CD
    6
    ------
    ------
    ------
    ------
    ------
    ------
    ------
    ------


    We want to return the value that corresponds to 2014 and Feb. This formula entered in H3:

    =VLOOKUP(H1,A1:E5,MATCH(H2,A1:E1,0),0)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    06-21-2015
    Location
    Poland
    MS-Off Ver
    2010
    Posts
    9

    Re: Grabing cell from other sheet - row/column crossroad

    I used the INDEX one and it worked perfectly! Thanks so much

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Grabing cell from other sheet - row/column crossroad

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Grabing data from another sheet in the same workbook.
    By Victusify in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-24-2015, 03:05 PM
  2. Replies: 2
    Last Post: 11-18-2013, 07:31 AM
  3. [SOLVED] if cell x in column D has a specific value then copy cell x from column A to sheet B
    By new@excel in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 03-28-2013, 07:26 PM
  4. Count over cells and grabing text
    By burnsbe in forum Excel General
    Replies: 1
    Last Post: 10-07-2010, 01:03 PM
  5. Replies: 1
    Last Post: 10-30-2009, 10:58 AM

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