Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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. |
#2
![]() |
|||
|
|||
![]()
=SUM(INDIRECT("A"&K4&":A"&K5))
-- HTH Bob Phillips "Bomber" wrote in message ... 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. |
#3
![]() |
|||
|
|||
![]()
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" wrote: =SUM(INDIRECT("A"&K4&":A"&K5)) -- HTH Bob Phillips "Bomber" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining workbooks with some variable field names | Excel Discussion (Misc queries) | |||
I need a formula to find rows within a date range in one column? | Excel Worksheet Functions | |||
moving alternating rows to a column with the order staying the sam | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
Formula to compare multiple rows values based on another column? | Excel Worksheet Functions |