Tweet © Ugur Akinci
Imagine you have the following sales data:
How can we find the average number of items sold by a salesperson in an average sales transaction?
The formula is:
AVERAGEIF = ([RANGE_NAME],”Name”,[AVERAGE_RANGE])
This formula will find the average of the second range for every “name” mentioned in the first range.
More [...]

















Comments