Units Areas by Level as excel columns

Hello,

Taking my first steps with Dynamo and trying to come up with a very simple room schedule for Units types such as the one below.

I am kinda stuck on how can I get this result.
Have managed to create what I think would be the rows (Unit A, Unit B) and the headers (Level 0, Level 1).
But how can I map each area to its corresponding location in the matrix?

You are substracting all items from the same list. This means, Nth instance of each seperate list will correspond to each other. So, simply write each list to a column and they will correspond to each other. Makes sense?

@Yigitcan_Karanfil
Thank you.

Sorry for asking but…how can I write each list to a column?

My bad, I actually didn’t remember how the Exccel write works.

You have to use a list.create command to combine the data. If you write them as it is, Your data will go to Rows, to make each data type into columns, simply use a List.Transpose command.