+ Reply to Thread
Results 1 to 3 of 3

INDIRECT OFFSET Referenced column

  1. #1
    Registered User
    Join Date
    05-13-2014
    MS-Off Ver
    Excel 2003
    Posts
    32

    INDIRECT OFFSET Referenced column

    Hi,

    Im trying to pull in a column from an external worksheet and offset it. Ive had a good look on the forum but cant for the life of me gte it working.
    Ive uploaded an exampleexample_ref.xlsx with some comments.

    Please help!!


    Cheers

    Matt

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: INDIRECT OFFSET Referenced column

    The word "external" is usually used to talk about data in another file. You are talking about references between worksheets of the same file.

    I think you are confused about what INDIRECT does for you. INDIRECT takes a single argument that is a string containing a cell reference. For example

    =INDIRECT("A1")

    is the same thing as saying

    =A1

    It can get much more complicated but I'm not going to go into that because INDIRECT is the wrong function for you to use here. Your formula is

    =INDIRECT($C$11)

    That means "In C11, there is a string that looks like a cell reference. Use that string and return the referenced cell." But C11 contains the string "Rate1" which is not a valid cell reference.

    Now we come to what you actually need. In C11 you have selected a rate card, Rate1 in this case. In C16, you need to find the rate in the corresponding row on sheet "Rate Card" which is in the column with the heading Rate1. Use this formula in C16 and copy as necessary to other cells in column C.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    05-13-2014
    MS-Off Ver
    Excel 2003
    Posts
    32

    Re: INDIRECT OFFSET Referenced column

    Thanks so so much Jeff!!!!!

    Matt

+ 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. Applying conditional format to INDIRECT referenced cells
    By MiniBlueDragon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-04-2014, 12:31 PM
  2. [SOLVED] Named Button to Offset Referenced Ranges in workbook when clicked
    By Lungfish in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-01-2013, 06:52 PM
  3. offset/indirect
    By jcastellano in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-11-2007, 11:55 PM
  4. Replies: 1
    Last Post: 08-21-2006, 06:00 PM
  5. Indirect/Offset Column Reference
    By aldsv in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-01-2005, 11:26 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