L
Leonid Nikolayev
We are trying to copy(drag it horizontally) the following formula so
that underlined characters ("C") progress in the alphabetical order.
=SUM(INDIRECT("C"& A1)):INDIRECT("C"& A5)))
/\ /\
|| ||
We would like the cell in the next position to the right to have "D"s
in it.
=SUM(INDIRECT("D"& 1)):INDIRECT("D"& 1)))
Is there any way to force Excel increment characters inside of
INDIRECT function in alphbetical order?
Thanks a lot!
that underlined characters ("C") progress in the alphabetical order.
=SUM(INDIRECT("C"& A1)):INDIRECT("C"& A5)))
/\ /\
|| ||
We would like the cell in the next position to the right to have "D"s
in it.
=SUM(INDIRECT("D"& 1)):INDIRECT("D"& 1)))
Is there any way to force Excel increment characters inside of
INDIRECT function in alphbetical order?
Thanks a lot!