Does anyone know a way to use the value of a cell to determine which cell to use in a formula. Example:
=SUM(CX:C25)
Where X is the value of a cell.
I tried to do something like
=SUM((C(value(B1)):C25)
but that didn't work, any ideas out there???
Thanks!!!!
=SUM(CX:C25)
Where X is the value of a cell.
I tried to do something like
=SUM((C(value(B1)):C25)
but that didn't work, any ideas out there???
Thanks!!!!