amoura has asked for the wisdom of the Perl Monks concerning the following question:
and I want in my sheet2 to have a summary like thatFileName ErrorType one.cxx 588 one.cxx 588 one.cxx 588 two.cxx 333 three.cxx 588 four.cxx 666 four.cxx 666 five.cxx 588 six.cxx 666
so basically , I am scaning the second column in sheet1 and counting the occurence of each error and display how many times it occures for each file in sheet2. Is there a trick to do the loop using the module , if not can someone give me a hint in writing that excel formula :(. ThanksfileName Error 588 333 666 one.cxx 3 two.cxx 1 three.cxx 1 four.cxx 2 . . .
Moved to SoPW and added code tags - dvergin 2002-06-22
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WriteExcel
by particle (Vicar) on Jun 22, 2002 at 21:33 UTC | |
|
Re: WriteExcel
by RMGir (Prior) on Jun 23, 2002 at 02:20 UTC | |
|
Re: WriteExcel
by thor (Priest) on Jun 23, 2002 at 05:46 UTC |