Excel allows you to summarize data from worksheets through Data Consolidation. Data can be consolidated by position when all the referring data is in the same location and order, but you must consolidate by category when location and order is not the same.
How To Consolidate Data by Position:
How To Consolidate Data by Category:
Summary Functions for data analysis:
Sum
The sum of the values. This is the default function for numeric source data
Count
The number of items. The Count summary function works the same as the COUNTA worksheet function. Count is the default function for source data other than numbers
Average
The average of the values.
Max
The largest value.
Min
The smallest value.
Product
The product of the values.
Count Nums
The number of rows that contain numeric data. The Count Nums summary function works the same as the COUNT worksheet function.
StdDev
An estimate of the standard deviation of a population, where the sample is all of the data to be summarized.
StdDevp
The standard deviation of a population, where the population is all of the data to be summarized.
Var
An estimate of the variance of a population, where the sample is all of the data to be summarized.
Varp
The variance of a population, where the population is all of the data to be summarized.
Consolidate Data in Excel
06-30-05 [jsw]