home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / apps / 6246 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.2 KB

  1. Path: sparky!uunet!mcsun!ub4b!rc1!dec5.ulb.ac.be!tsornas
  2. From: tsornas@dec5.ulb.ac.be (Thierry Sornasse)
  3. Newsgroups: comp.os.ms-windows.apps
  4. Subject: Re: Excel 4.0 question
  5. Message-ID: <984@rc1.vub.ac.be>
  6. Date: 18 Dec 92 10:58:02 GMT
  7. References: <BzF8wy.FL0@world.std.com>
  8. Sender: news@rc1.vub.ac.be
  9. Distribution: world
  10. Organization: Free University Brussels  - Belgium -  Department of Molecular Biology
  11. Lines: 25
  12.  
  13. Hi networker,
  14.  
  15. I have an idea, I don't know if it is the best but you can try it.
  16. If I understand well you have something like this:
  17.  
  18. Value      Frequence   (you add)
  19. 1-10          2         SUM(row1)
  20. 11-20         5         SUM(Row1,row2)  
  21. 21-30         4         SUM(row1,row2,row3)
  22. 31-40         6         sum(row1,row2,row3,row4)
  23.  
  24.                         Summ(all)
  25.  
  26.  
  27. And with the HLOOKUP function you can search the Value (position in first column) which
  28. match the condition for the third column: value of the SUM(rowi,rowj...)/SUM(all) = 0.5.
  29.  
  30. To summaries, with the function HLOOKUP you can retrieve in a table array a value which corresponds 
  31. to an another (in the same row) by testing the second value.
  32.  
  33. Good work
  34.  
  35. Thierry Sornasse
  36. Universite Libre de Bruxelles
  37. BELGIUM
  38.