how do I use variable column and rows using other cell reference .

G

Guest

without using VB - how do I say sum a range where the row /column values
depend upon the value in another cell (i.e. =SUM(A[2+value in cell say
k4]:A[3+value of cell say k5]). In other words, the column row in the above
case is dependent upon another cell value.
 
G

Guest

I want to do something similar to this but want to vary the columns

ie = (current column +/- number of columns specified by value in say cell
A1, constant row value)

Gidders

Bob Phillips said:
=SUM(INDIRECT("A"&K4&":A"&K5))

--
HTH

Bob Phillips

Bomber said:
without using VB - how do I say sum a range where the row /column values
depend upon the value in another cell (i.e. =SUM(A[2+value in cell say
k4]:A[3+value of cell say k5]). In other words, the column row in the above
case is dependent upon another cell value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top