Sara 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
fileName Error 588 333 666 one.cxx 3 two.cxx 1 three.cxx 1 four.cxx 2 . . .
where # 3 under the the error 588 indicating , how many times , that error occured fo the file one.cxx.
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 :(.
Thanks
Edited: ~Fri Jun 28 19:39:15 2002 (GMT),
by footpad:
Added <CODE> and <P> formatting tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl and excel
by Aristotle (Chancellor) on Jun 28, 2002 at 19:22 UTC | |
|
Re: perl and excel
by thor (Priest) on Jun 29, 2002 at 00:30 UTC |