G
Gnasher
Subject: Row sum
From: Gnasher
<john<underscore>yeadon<underscore>athome@blueyonder<dot>co<dot>uk>
Given a large squareish named block of numeric data called say
'SquareBlock', is it possible to sum the rows (or columns) individually
with a single {block formula}.
{=SUM(SquareBlock)}
Adds all the cells in the block and repeats the answer in the row/column
and hence is not what I want.
An index column with values 1..60 is already in a column at the side of
the block. Can this be used somehow to obtain what I want?
Otherwise I shall just have to stick to summing rows/columns with the
usual: =SUM(from:to)
From: Gnasher
<john<underscore>yeadon<underscore>athome@blueyonder<dot>co<dot>uk>
Given a large squareish named block of numeric data called say
'SquareBlock', is it possible to sum the rows (or columns) individually
with a single {block formula}.
{=SUM(SquareBlock)}
Adds all the cells in the block and repeats the answer in the row/column
and hence is not what I want.
An index column with values 1..60 is already in a column at the side of
the block. Can this be used somehow to obtain what I want?
Otherwise I shall just have to stick to summing rows/columns with the
usual: =SUM(from:to)