Re: Display Dynamic Range

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



OK great. Getting there.
I still don't know how to DISPLAY the result without copying the
formula into each cell. The Daily_Postage array changes every day.
Daily Postage is 12 x 500 array of cells each with a formula or
reference in it. The days records show up across the 12 columns and
down as far as there's data, below that the formulas generate "" blank
cells. I want to copy the array of data only over to sheet 2.



Biff wrote:
BTW, your formula is incorrect:

=OFFSET(Daily_Postage_Range,0,0,COUNTIF('Import_Postage'!$A$A,">0",12)

Probably should be:

=OFFSET(Daily_Postage_Range,0,0,COUNTIF('Import_Postage'!$A:$A,">0"),12)

COUNTIF('Import_Postage'!$A:$A,">0") is the height argument

12 is the width argument

Biff

"Biff" <biffinpitt@xxxxxxxxxxx> wrote in message
news:eudLIthmGHA.3732@xxxxxxxxxxxxxxxxxxxxxxx
Hi!

It doesn't work like that!

You'd have to select an array of cells equal to:

COUNTIF('Import_Postage!$A$A,">0",12

Then enter the formula as an array.

Biff

"Turin" <scooplaw@xxxxxxxxxxx> wrote in message
news:1151431662.559187.142180@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I created a dynamic named range(Daily_Postage) from data on
sheet1(Import_Postage) that basically includes only the rows that have
data. Works good. Now I want to display that new set of data on
sheet2 without spreading formulas around in each cell. Thought I could
=OFFSET(Daily_Postage_Range,0,0,COUNTIF('Import_Postage!$A$A,">0",12)
in A1 and see the whole array on sheet2 but no.
Help?
Tim




.



Relevant Pages

  • RE: excel formulas
    ... converts a number from euros to a euro member ... Counts the cells that contain numbers in a database ... Specifies a logical test to perform ... Looks in the top row of an array and returns the value of the indicated cell ...
    (microsoft.public.excel.misc)
  • Re: excel formulas
    ... member currency, or converts a number from one euro member currency ... Counts the cells that contain numbers in a database ... Specifies a logical test to perform ... Looks in the top row of an array and returns the value of the ...
    (microsoft.public.excel.misc)
  • Re: Excel Cell Formats
    ... Disable the update of excel. ... Copy the cells from this new sheet to my selection ... Someone suggested that I create a dummy 2D array containing my ... new ordering, but for my selection only, not the entire row. ...
    (microsoft.public.excel.programming)
  • Re: Array Declaration Problem ??
    ... cells B11:B14:: numerical values ... Function Zroots2 (ar As Range, ai As Range, m As Integer, polish As String) ... instead of returning the array 3 results to the 3 vertical cells. ...
    (microsoft.public.excel.programming)
  • Re: Excel Macro Filtered Data in-place: cannot calculate Frequency of Visible Cells
    ... What you could do, perhaps, is to use the Advanced Filter, set a criteria ... I have implemented your suggestion for a separate> named range object SET to the original range that contains the whole> un-filtered list, ... But the data> returned is still based on the whole un-filtered list and not the> filtered, Visible Cells only. ... >>> Returns a frequency distribution as a vertical array. ...
    (microsoft.public.excel.programming)