use sum with offset.
C2 - the row of data starting at C2
0 - the x-offset of data from C2
0 - the y-offset of data from Ce
1 - the number of rows to sum which is 1
B2 - the number of columns to add.
=SUM(OFFSET(C2,0,0,1,B2))
> I am trying to determine a method which will allow me to sum a specific
> number of cells in a row of data based on a cell value (in this case values
[quoted text clipped - 16 lines]
>
> Any help would be greatly appreciated.
RobN - 27 May 2008 17:58 GMT
This should work fine, thanks Joel!
>use sum with offset.
>
[quoted text clipped - 11 lines]
>>
>> Any help would be greatly appreciated.