+ Reply to Thread
Results 1 to 3 of 3

Calculate Summary dynamic name range

  1. #1
    Souris
    Guest

    Calculate Summary dynamic name range

    I have a Name range like following

    MyName
    OFFSET($B$12,0,0, COUNTA($B$12:$B$65000), SHEETS("MYSHEETS").RANGE($D$12))


    Because the name range is changed base on ($B$12:$B$65000),
    SHEETS("MYSHEETS").RANGE($D$12) values.

    I need calculate the summary like average, total per row and per column.

    Are there any way to access dynamic range relative cells?

    Like MyName.cells(1,1) can reference cell "MYSHEET"!$B$12.

    Thanks millions for any information,




  2. #2
    Patrick Molloy
    Guest

    RE: Calculate Summary dynamic name range

    you already have OFFSEt, you can also use RESIZE

    "Souris" wrote:

    > I have a Name range like following
    >
    > MyName
    > OFFSET($B$12,0,0, COUNTA($B$12:$B$65000), SHEETS("MYSHEETS").RANGE($D$12))
    >
    >
    > Because the name range is changed base on ($B$12:$B$65000),
    > SHEETS("MYSHEETS").RANGE($D$12) values.
    >
    > I need calculate the summary like average, total per row and per column.
    >
    > Are there any way to access dynamic range relative cells?
    >
    > Like MyName.cells(1,1) can reference cell "MYSHEET"!$B$12.
    >
    > Thanks millions for any information,
    >
    >
    >


  3. #3
    Souris
    Guest

    RE: Calculate Summary dynamic name range

    Thanks for the information,
    Since the name range is dynamic, are there any way to calculate the total
    and average of one row or column.

    Thanks again,

    "Patrick Molloy" wrote:

    > you already have OFFSEt, you can also use RESIZE
    >
    > "Souris" wrote:
    >
    > > I have a Name range like following
    > >
    > > MyName
    > > OFFSET($B$12,0,0, COUNTA($B$12:$B$65000), SHEETS("MYSHEETS").RANGE($D$12))
    > >
    > >
    > > Because the name range is changed base on ($B$12:$B$65000),
    > > SHEETS("MYSHEETS").RANGE($D$12) values.
    > >
    > > I need calculate the summary like average, total per row and per column.
    > >
    > > Are there any way to access dynamic range relative cells?
    > >
    > > Like MyName.cells(1,1) can reference cell "MYSHEET"!$B$12.
    > >
    > > Thanks millions for any information,
    > >
    > >
    > >


+ 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