First one I got down perfect thanks to you. THANK YOU!! I still need a little bit of help on the second. I might not have been clear enough. I have a dataset called surveys2. Within that dataset I have 10 variables, each a separate question. (the variables are named q1 q2 q3 ...q10). Each questions has a 343 rows, in each row is a number 1-5 or 8 (people's answer to the question) I want to sum up all the answers of 1, 2, 3, 4 ,5 or 8 separately and break them out by year. For eg: How many ppl answered three in total or in 2010 for each question and overall. How can I do that?
... View more