home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / apps / spreadsh / 638 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.1 KB

  1. Path: sparky!uunet!utcsri!torn!thunder!bus-rb1034.lakeheadu.ca!fbaglew
  2. From: fbaglew@cs-acad-lan.Lakeheadu.Ca (Richard Glew)
  3. Newsgroups: comp.apps.spreadsheets
  4. Subject: Re: Totals by Catagories?
  5. Message-ID: <fbaglew.254@cs-acad-lan.Lakeheadu.Ca>
  6. Date: 6 Nov 1992 20:58:23 GMT
  7. References: <92310.110359J0S@psuvm.psu.edu>
  8. Sender: news@thunder.LakeheadU.Ca
  9. Organization: Lakehead University
  10. Lines: 14
  11.  
  12. In article <92310.110359J0S@psuvm.psu.edu> J0S@psuvm.psu.edu (Jack W. Sharer) writes:
  13.  
  14. >I have a spread sheet with item amounts in column G and catagories
  15. >in column F.  I've sorted the rows using column F as the key.
  16. >I need to have partial totals of the amounts in column G for each
  17. >catagory in column G.  I've been entering the @SUM(G1..G13),
  18. >@SUM(G14..G17), ... formulas by hand in the "break" rows of column
  19. >H.  (A "break" row is one in which column F changes to a new catagory.)
  20. >This process has become very tedious.  Could you suggest a Quattro
  21. >MACRO which would automate this process?
  22. >Thanks!
  23.  
  24.  
  25. In Lotus I use  @DSUM(INPUT,COLUMN,CRITERIA) to do this sort of work.
  26.