+ Reply to Thread
Results 1 to 3 of 3

Dynamic Range

  1. #1
    Registered User
    Join Date
    01-06-2006
    Location
    Pittsburgh PA
    Posts
    5

    Dynamic Range

    Hello,

    Is there a way to create a Dynamic Range for data that runs through Rows than in Columns? I found several ways to do this by columns however not by rows.

    Thanks,

  2. #2
    Bernard Liengme
    Guest

    Re: Dynamic Range

    For a column (column A)
    =OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)
    So for a row (row 10)
    OFFSET(Sheet1!$A$10,0,0,1,COUNTA(Sheet1!$10:$10))

    Read Help to understand OFFSET
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "jlg5454" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > Is there a way to create a Dynamic Range for data that runs through
    > Rows than in Columns? I found several ways to do this by columns
    > however not by rows.
    >
    > Thanks,
    >
    >
    > --
    > jlg5454
    > ------------------------------------------------------------------------
    > jlg5454's Profile:
    > http://www.excelforum.com/member.php...o&userid=30201
    > View this thread: http://www.excelforum.com/showthread...hreadid=519802
    >




  3. #3
    Registered User
    Join Date
    01-06-2006
    Location
    Pittsburgh PA
    Posts
    5
    Works Great! Thanks

+ 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