I have four custom lists which are used for saving numeric data. Each
list have a four columns (A-D) for entering numeric data and one
calculated column "weighted score" with formula to compute average of
A-D.
I need to compute and display average of "weighted score" from four
lists.
One way is to use Office web component (spreadsheet) to calculate and
display average of "weighted score" but its not a good way although.
Is there any other way to get the average of columns from multiple
lists>?