Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the following table:
X
Y
Z
x3
y2
z3
x1
z4
z1
x4
y1
x2
y4
z2
y3
I need to get the following table knowing that :
- the cell (x,1)=3 contain how many "x1" in the column "X" (in the first table)
- the cell (y,2)=4 contain how many "y2" in the column "Y" (in the first table)
- and so on
1
2
3
4
x
y
z
5
Regards,
Yacine