+ Reply to Thread
Results 1 to 3 of 3

Understanding text references as cell locations for use in defining ranges

  1. #1
    Registered User
    Join Date
    06-15-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    2

    Thumbs up Understanding text references as cell locations for use in defining ranges

    I have set up formulas that dynamically generate the location of the first and last locations of a range on a separate tab, however I don't know how to have a VLOOKUP understand the text as a cell reference.

    For instance, on Sheet1, I have a formula that looks at Sheet2 and shows that A2 is the beginning of a range, thus populating the text "A2" on Sheet1 in cell G24. Sheet1 cell G25 has a formula that calculates the last number in the Sheet2 range (say, K10), and populates the text "K10" in G24 on Sheet1.

    If there is a VLOOKUP formula on Sheet1, how can I have it use the range Sheet2!A2:K10, referring to the text populated in G24 and G25?

    Many thanks in advance for any help you can provide!

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Understanding text references as cell locations for use in defining ranges

    Hi and welcome to the board

    try INDIRECT for referencing in the following way INDIRECT("Sheet2!"&G24&":"&G25)

  3. #3
    Registered User
    Join Date
    06-15-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile Re: Understanding text references as cell locations for use in defining ranges

    OMG THANK YOU! This little formula will save me a ton of time on my project. I really, truly appreciate your help.


    Quote Originally Posted by arthurbr View Post
    Hi and welcome to the board

    try INDIRECT for referencing in the following way INDIRECT("Sheet2!"&G24&":"&G25)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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