Dynamic Range

  • Thread starter Thread starter PAL
  • Start date Start date
P

PAL

I am trying to use this formula as the number of rows increases. I use in
the "refer to":

OFFSET($A$1,0,0,COUNT($A:$A),1)

I think this works fine. However, when I try to count them like this:

=COUNT(name) it only works when there are no blank values. How do I get
around this for numbers and when appicable text situations.

Thanks
 
Ah, I understand the point. The fact is that the dynamic range is working
and that was what I was concerned with. You would agree in that it is the
count or sumproduct functionality must be modified.
 
Ah, I understand the point. The fact is that the dynamic range is working
and that was what I was concerned with. You would agree in that it is the
count or sumproduct functionality must be modified.
 
OK, now,

If I have created a dynamic range on my sheet. What is the easiest way to
get this data on a new sheet. Said another way, I have added data to the
master sheet. Now how do I see the data on another worksheet. Thanks.
 
Back
Top