> Random data set below for example. Using 1 column and many rows:
> A
[quoted text clipped - 35 lines]
> Thanks,
> Daniel
Let me try explaining differently..
I have formulas dependent on Row numbers (ie, fixed ranges). However,
there are purposeful spaces being data sets and by spaces I mean blank
rows.
As I move down to lower rows (higher numbers) i want to copy my
formulas down. However, because they use fixed ranges, they don't
move down. I want to use the address() or some other technique to
update the fixed ranges...
Example:
A1 B1
1) 3 COUNT($B$1:$B$5)
2) 5
3) 3
4)
5) 1
...
10) 1 COUNT($B$1:$B$5)
11)
12)
13) 9
14) 8
When I copy down the formula in B1 the fixed range remains the same of
course. However, I want to keep the copied formula (in B10) to be
fixed, which means the ranges need to be updated. I want to do this
automatically, instead of manually.
Thanks,
Daniel
> I don't fully understand your post, but have a look at the INDIRECT
> function in XL Help. This allows you to build up a cell address or
[quoted text clipped - 43 lines]
> > Thanks,
> > Daniel