+ Reply to Thread
Results 1 to 3 of 3

Reference Dynamic Range on another Worksheet starting on different row

  1. #1
    Forum Contributor
    Join Date
    07-16-2009
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2013
    Posts
    114

    Reference Dynamic Range on another Worksheet starting on different row

    i'm having a bit of trouble figuring out how to do this:

    On one worksheet i have a dynamic named range that starts on a2 and goes down a couple hundred lines. i'm trying to display the cells on a different worksheet but starting at A4, if I enter "=("named range") on a4 it gives me the value for a4 on the first sheet, i tried offset formula but it gave me an error, i could use index but each row needs to be entered manually and there is a lot of data. does anyone have a simple way to do it?

    any help would be greatly appreciated.

    Chris
    Last edited by Code Flunkie; 02-02-2012 at 02:31 PM.

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Reference Dynamic Range on another Worksheet starting on different row

    in the A4 cell, use this formula and copy down:
    =INDEX(NamedRange,ROW()-3)
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    07-16-2009
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2013
    Posts
    114

    Re: Reference Dynamic Range on another Worksheet starting on different row

    forgot all about row() thanks that is exactly what i needed

+ 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