The worksheet Address function only handles a single cell.
Are you sure you need that Indirect and Address combination, how about
=OFFSET(A1,10-1,2-1,30-10+1,6-2+1)
Regards,
Peter T
"Steve McLeod" <(E-Mail Removed)> wrote in message
news:AA1073DC-5EA7-4126-8314-(E-Mail Removed)...
>I can use this formula, =INDIRECT(ADDRESS(10,2)), but I haven't figured out
> how to specify a range as in =INDIRECT(ADDRESS(10,2) & ":" &
> ADDRESS(30,6)).
> I can put the range address into a cell and then reference the cell with
> INDIRECT, but it would be nice to imbed the range address calculation
> inside
> the INDIRECT function and save the step.
> --
> Pictou
|