SOLVED

Turn rows into columns

Iron Contributor

I am trying to do this in Power Query, left side of this table to the right side of this table

 

Person numberYes or noCount Person numberTRUEFALSE
Person1False1 Person121
Person1True2 Person210
Person2True1 Person31013
Person3False13 Person489
Person3True10 Person52511
Person4False9    
Person4True8    
Person5False11    
Person5True25    
2 Replies
best response confirmed by Ocasio27 (Iron Contributor)
Solution

@Ocasio27 

You may pivot the table as

image.png

@Ocasio27 

That's a simple pivot table.

Person number in rows area.

Yes or no in columns area.

Count in values area.

 

1 best response

Accepted Solutions
best response confirmed by Ocasio27 (Iron Contributor)
Solution

@Ocasio27 

You may pivot the table as

image.png

View solution in original post