Forum Discussion
AnonUser
Jun 04, 2020Copper Contributor
Excel create Matrix
Hello Community,
First time poster here,
i want to create a matrix out of a sheet of values.
Lets say my sheets looks like this:
Name: Rohdaten
| 1 | 2 | 3 |
| 4 | 5 | 6 |
| 3 | 7 | 8 |
i want to create on a new sheet the following:
| 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
| 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 |
| 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 |
is there an easy way to get this without vb?
I got it for the first row: =WENN(SPALTE()=Rohdaten!B2;1;0)
1 Reply
- mtarlerSilver Contributor