M
mycarpark
ä¾åº¦æœ‰å¤§é‡é›»è…¦éŠæˆ²
--------------------------------------------------------------------------------
excel question
if i have this table (two col, several rows)
x 1
x 2
x 1
y 1
z 2
y 1
z 2
i want to display in matrix table in excel
x y z
1 2 2 2
2 1 2 1
how to write simple function to display above?
e.g. 1 and x is totally display 2 times.
--------------------------------------------------------------------------------
excel question
if i have this table (two col, several rows)
x 1
x 2
x 1
y 1
z 2
y 1
z 2
i want to display in matrix table in excel
x y z
1 2 2 2
2 1 2 1
how to write simple function to display above?
e.g. 1 and x is totally display 2 times.