home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Home Office Executive
/
QuantumAxcess-HomeOfficeExecutiveForWindows-Win31.iso
/
lotus
/
csum
/
csum.exe
/
CSUMREAD.ME
< prev
Wrap
Text File
|
1993-06-29
|
2KB
|
63 lines
@CSUM()
Cumulative Sum
Gary Miller
72657,3010
6/29/93
@CSUM() is a LOTUS 123 Release 2.x addon @ function that can be
used to sum the first n values of a given column or row. Rather than
changing an @SUM() formula every month for comparable totals or the
somewhat clumsy @DSUM() example shown I use @CSUM().
Syntax is @CSUM(n,range)
A B C D E F G H
1 Month 29-Jun-93
2 1 +A5<=@COUNT($D$5..$D$16)
3
4 Month "1992 "1993
5 1 Jan 234 23
6 2 Feb 34 2
7 3 Mar 5 33
8 4 Apr 45 44
9 5 May 4 56
10 6 Jun 5 1
11 7 Jul 23
12 8 Aug 5
13 9 Sep 45
14 10 Oct 17
15 11 Nov 130
16 12 Dec 215
17
18 327 @DSUM(A4..D16,2,A1..A2)
19 327 @CSUM(6,C5..C16)
20 327 @CSUM(@COUNT(D5..D16),C5..C16)
21 327 @CSUM(@MONTH(E1),C..C16)
Copyright (c) 1993 Gary R. Miller . All Rights Reserved.
You are free to use, copy and distribute @CSUM() providing that:
NO FEE IS CHARGED FOR USE, COPYING OR DISTRIBUTION.
IT IS NOT MODIFIED IN ANY WAY.
THIS DOCUMENTATION FILE (UNMODIFIED) ACCOMPANIES ALL COPIES.
This program is provided AS IS without any warranty, expressed or
implied, including but not limited to fitness for a particular purpose.