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