I have many different surveys with their results in different tables but using the same scale (good, bad, ok, for example). I want to count all the goods, bads and oks accross a table and then collate my results from all tables where I can see the results over time. I tried using a formula like this: New Teacher Negative = COUNTAX('New Teachers', "Needs Improving") + COUNTAX('New Teachers', "Unsatisfactory") but it counts every row. Surely there must be a way to do this fairly easily without adding a count from each column (some of the surveys are quite long).
Any suggestions?