This problem walks you through how to run an example ANOVA in SPSS when data is presented in a parallel (tabular) format.  In other words, the data is presented with each sample in its own column:
PlaceboDrug ADrug BDrug C
3467
0336
2145
0134
0143
However, for SPSS, this must be converted to a 2-column (serial) format.  The first column will indicate the group (the levels of the factor...which must be coded as Nominal or Ordinal in SPSS), and the second column will be the data:
grouptime
13
10
12
10
10
24
23
21
21
21
36
33
34
33
34
47
46
45
44
43
With the data in this format, you can follow the instructions on how to run a single-factor fixed ANOVA.  When you run the ANOVA, you should obtain the same ANOVA summary table as shown:
   SS    df    MS    F-ratio    sign.  
Between 50 3 16.67 F=8.33\displaystyle {F}={8.33} p=0.001\displaystyle {p}={0.001}
Within 32 16 2.00
TOTAL 82 19
Run the ANOVA to confirm that you get the same results.
Now, we will change the data slightly (one treatment has been changed):
PlaceboDrug ADrug BDrug C
5467
2336
4145
2134
2143
Rerun the ANOVA and fill in the summary table with the results obtained from SPSS.
   SS    df    MS    F-ratio    sign.  
Between 3
Within 16
TOTAL 19
(Report P-value & F-ratio accurate to 3 decimal places and all other values accurate to 2 decimal places.)