Ranges

B

Bill Leroy

Is it possible to define a range to be used in a formula for which the number
of cells contained in that range depend on a variable e.g. a date in another
cell
 
D

David Biddulph

Yes, you can use the OFFSET function, with the width or height parameter of
the resulting array being determined by a calculation.
 
B

Bill Leroy

It works great
--
Thks
Bill Leroy


David Biddulph said:
Yes, you can use the OFFSET function, with the width or height parameter of
the resulting array being determined by a calculation.
 
Top