Hi guys, 
suppose to have the following table: 
  N                   Count           Figure
100                   28                 Psicol
  0                     12                  Psicol 
50                     6                   Psicol
20                     2                   Psicol
80                     2                   Psicol
60                     1                    Psicol
0                       29                 Psy
100                   10                 Psy
50                     5                   Psy
20                     3                   Psy
80                     2                   Psy
10                      1                    Psy
70                     1                    Psy                        
 
Is there a way to format the table in this way? 
 
Figure           0          10            20        30         40         50        60       70          80        90         100
Psicol           12         na             2         na          na           6           1          na           2          na          28
Psy                29         1              3          na         na            5           na        1             2          na          10             
 
Thank you in advance