View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Irfan Khan[_2_] Irfan Khan[_2_] is offline
external usenet poster
 
Posts: 28
Default how to analyze data?

Hi linda,

You need to take help of pivot table. Just Go to the pivot table wizard put
columnA in rows, colmnB in columns and again columnB in data area. I think it
will give you the desired result.



"linda" wrote:

hi!

i've got a table in excel worksheet which part of it looks like this:

columnA|column B|
cust1 | mod1
cust2 | mod2
cust1 | mod1
cust1 | mod2
cust2 | mod3
cust2 | mod3

but,i need to recreate the table in a new worksheet to be analyze,to create
chart from the data..this is what i expect:

cust | mod1 | mod2 | mod3 |
cust1| 2 | 1 |
cust2| 0 | 1 | 2

i've try to use filter,but still can't do this..i dont want to create it
using pivot table cause i want it to be static..i hope to do this in macro
cause i want to assign it to a button but i'm not really familiar with
macro..so,i dont have any idea to solve my this.is there any solution for
this?if yes,how?

thanks in advanced.
--
Regards,
Linda