+ Reply to Thread
Results 1 to 6 of 6

Using text from one cell in a formula to retrieve cell values from a different sheet

  1. #1
    Registered User
    Join Date
    07-10-2020
    Location
    London, Ontario
    MS-Off Ver
    2016
    Posts
    3

    Using text from one cell in a formula to retrieve cell values from a different sheet

    Hi,

    I'm working on a file that has two sheets, sheet "a" contains a large matrix of numerical data, and sheet "b" has a long list of x and y (column and row) values in separate cells which correspond to a specific value in sheet a.

    eg.

    in sheet "b", I have R1C1=117 and R1C2=149. I would like R1C3 to display R117C149 from sheet "a".

    So far i've been able to use =ADDRESS(RC[-1],RC[-2],,0,) to generate the text "R117C149" in a third cell, but can't seem to find a way to insert this text into a formula to reference the that cell in sheet "a".

    Any help is greatly appreciated.

    Thanks,
    J
    Attached Files Attached Files
    Last edited by jchingjo; 07-10-2020 at 03:54 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Using text from one cell in a formula to retrieve cell values from a different sheet

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-10-2020
    Location
    London, Ontario
    MS-Off Ver
    2016
    Posts
    3

    Re: Using text from one cell in a formula to retrieve cell values from a different sheet

    Hi AliGW,

    thanks for the tip

    J

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Using text from one cell in a formula to retrieve cell values from a different sheet

    Why not simply use INDEX?

    =INDEX(a!$A$1:$J$12,B3,A3)

    Excel 2016 (Windows) 32 bit
    A
    B
    C
    D
    E
    1
    x1 y1 Reference address for sheet a desired value INDEX
    2
    3
    1
    2
    R2C1
    26.04651163
    26.04651
    4
    3
    1
    R1C3
    -268.1318681
    -268.132
    5
    3
    2
    -48.0687
    6
    8
    4
    -115.337
    Sheet: b

  5. #5
    Registered User
    Join Date
    07-10-2020
    Location
    London, Ontario
    MS-Off Ver
    2016
    Posts
    3

    Re: Using text from one cell in a formula to retrieve cell values from a different sheet

    This worked! Sorry, my knowledge is limited.

    Thank you so much for the help!

    J

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Using text from one cell in a formula to retrieve cell values from a different sheet

    Doesn't matter - we all have to start somewhere. Excel is hugely powerful - have a look through the functions under the bonnet. I have learned most of what I know here!

    If that takes care of your original question, please select Thread Tools from the menu link above and 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. Replies: 10
    Last Post: 06-17-2020, 05:19 AM
  2. Retrieve specific text value from a row of a excel sheet through formula
    By nilankar in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-10-2017, 11:50 PM
  3. [SOLVED] Formula to set text values in a cell based on a number entered in another cell
    By Osmer in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-20-2015, 02:26 AM
  4. Replies: 1
    Last Post: 12-10-2013, 01:44 PM
  5. Replies: 15
    Last Post: 08-24-2013, 10:05 AM
  6. [SOLVED] Formula to retrieve mutiple values less than value in specific cell, but in date order.
    By rocksan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2012, 11:33 PM
  7. trying to retrieve cell TEXT not formula
    By JakeP in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-02-2008, 03:59 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