ListSum( myList )
Rate this function: Average rating: 4.1 (9 votes) Discuss this Custom Function
Tom Fitch, Fitch & Fitch
http://www.fitchandfitch.com/
Add up a list of numbers
Sample Input:
|
Sample Output:
|
Description:
This replaces the list's carriage returns with semicolons so that the Sum function can be used, e.g. Sum(1;2;3). Non-recursive. Works with negative numbers.
Inspired by comments on the SUMLIST function.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:Make a comment about this Custom Function (please try to keep it brief & to the point). Anyone can post:
|
Newest Custom Functions:
| 1. |
FilteredPortalList ( fieldObjectName ; portalRow ) |
| |
(Tue, May 21, 5:33pm) |
| 2. |
ListToggle ( InList ; InValue ) |
| |
(Thu, May 16, 6:59pm) |
| 3. |
VatFormat ( vat ) |
| |
(Tue, May 14, 2:45am) |
| 4. |
CheckVatBE ( vat ) |
| |
(Tue, May 14, 2:32am) |
| 5. |
CheckIBAN (IBAN ) |
| |
(Tue, May 14, 2:24am) |
| 6. |
OrcidCheckDigit ( Orcid_id ; Result ; Iterations ) |
| |
(Wed, May 08, 1:44am) |
| 7. |
DateRangeBySpan ( Begin ; End ; Term) |
| |
(Mon, May 06, 6:53am) |
| 8. |
Convert_Arabic_to_Chinese( number ) |
| |
(Thu, May 02, 6:10am) |
 |
|
Hello,
Be carreful with this type of calculation using
Evaluate ( Max or Evaluate ( Min or Evaluate ( Sum (...)
The result will be "?" if you have 1001 values in your list
Agnès, France
May 25, 2011 3:27pm