+ Reply to Thread
Results 1 to 3 of 3

Named range offset by row

Hybrid View

Macdave_19 Named range offset by row 02-05-2008, 08:46 AM
jasoncw If I understand correctly,... 02-05-2008, 10:47 AM
robert111 does this do what you want? 02-05-2008, 11:45 AM
  1. #1
    Valued Forum Contributor Macdave_19's Avatar
    Join Date
    03-14-2007
    Location
    Birmingham, England
    MS-Off Ver
    12.0
    Posts
    808

    Question Named range offset by row

    Hi All i want to create a named range that can be offset by a given number of rows (the value in cell A1).

    I am using these named ranges in graphs and they need to be by rows due to a complex macro that is already in place.

    =OFFSET(GUTO!$A$2,0,0,COUNTA(GUTO!$A:$A),1)
    i know the above will obtian all data in a column but i want to be able to pick from a select number of rows!!

    please help!!
    Mr MaGoo
    Magoo.Inc MMVII

    If i've helped please add to my Rep by Clicking on the Blue Scales in the top right hand corner of the post

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    If I understand correctly, you should just be able to replace the first 0 with the cell reference:

    =OFFSET(GUTO!$A$2,$A$1,0,COUNTA(GUTO!$A:$A),1)

    HTH

    Jason

  3. #3
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    does this do what you want?
    Attached Files Attached Files

+ 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