Forum Discussion

AnonUser's avatar
AnonUser
Copper Contributor
Jun 04, 2020

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

123
456
378

 

 

i want to create on a new sheet the following:

11100000
00011100
00100011

 

 

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

Resources