+ Reply to Thread
Results 1 to 7 of 7

indirect cell reference

Hybrid View

  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: indirect cell reference

    yes, you can use something lke shown below. change the references to suite...

    =INDIRECT("A"&B17)

    this would use the value A and whatever is in B17 (say 3), to return the value in A3

    let me know how this works for you?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Registered User
    Join Date
    11-10-2011
    Location
    gc aus
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: indirect cell reference

    thanks for your help but i still can't get it to work. The problem is not quite as straight forward as i originally posted as it is part of a vlookup function.
    What I want to be ablte do is fill right to achieve the following sequence,

    Cell A7 =VLOOKUP(A4,'Abut A SPlates'!$H$40:$K$44,B4,FALSE)
    Cell B7 =VLOOKUP(A4,'Abut A SPlates'!$H$46:$K$50,B4,FALSE)
    Cell C7 =VLOOKUP(A4,'Abut A SPlates'!$H$52:$K$56,B4,FALSE)
    etc

+ 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