Skip to main content
Inspiring
August 26, 2013
Question

Best way to average numbers across rows and columns

  • August 26, 2013
  • 1 reply
  • 462 views

Hello,

What is the best way to average numbers both that span across both rows and columns?

I have a table that holds student names (y-axis), tests they take (x-axis), and their scores. I need to average the student's scrore for all tests and also average the test scores for all students.

How should I go about saving the data so I can then do some maths on it?

Thanks.

    This topic has been closed for replies.

    1 reply

    jbreslowAuthor
    Inspiring
    August 26, 2013

    So far it looks like jQuery might be the way to go. It seems to be working out quite splendedly. I would still be curious to know how somebody might do this with CF.