View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maros Maros is offline
external usenet poster
 
Posts: 2
Default trivial summary diagrams

hello advanced, I am sorry to ask such a simple thing, but my knowledges in
VBA are really poor :(
please help me, if you can with such a problem.
I have an excel sheet with 3 columns. I must run macro , which will prepare
new tables like this :
original :
colA colB colC
-------------------
A x 5
A y 8
B x 11
B y 16
(number of non unique vaules in colA and colB I dont know)

result ought to be a table (looks like champoins league score):
-----------------------------------------------------------------------
A B
x 5 11
y 8 16

Please if possible, mail the answer in , I have no
permanenet econnection.

Thank you very much !

regards

Marian