Sums all arguments and returns a single result.
There can be one or more array arguments. Summation is carried across all the arrays specified (or, if scalars, by simply adding the scalar value to the current summation). Non-numeric values are ignored. The result is returned as a floating point value.
=sum($R3F4:R7F6)
=sum($R6F4, $R10F8)
=sum(5, $R6F7)
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |