+ Reply to Thread
Results 1 to 2 of 2

combining a reference with the INDIRECT function

  1. #1
    Registered User
    Join Date
    07-13-2012
    Location
    missouri, usa
    MS-Off Ver
    Excel 2003
    Posts
    2

    combining a reference with the INDIRECT function

    i need some help combining two functions


    1. referencing a cell on another worksheet
    example: ='reference sheet'!F3

    2. the indirect funtion that would allow me to specify the row number i wish to reference
    example: INDIRECT("F"&A1) a1 being the number i wish to reference.


    im doing a project for my dad, and he likes doing things the hard way...so i am uncompiling a bunch of data for him...

    i figure combining these two would save a lot of time spend deleting and replacing individual row numbers...

    thanks a ton.

    c.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: combining a reference with the INDIRECT function

    Hello stl243, and welcome to the forum.

    Try, instead of the volatile INDIRECT() function, this:

    =INDEX('reference sheet'!F:F,A1)

+ 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