With Microsoft Excel, how do I gross statistic on notes to divide Maximum, Minimum, and dominant Value?
Answers:
maximum:
=MAX(range), for example =MAX(B13:E29)
minimum:
=MIN(range), for example =MIN(B13:E29)
dominant efficacy (I assume this technique the one that occur most regularly, or the "mode"):
=MODE(range), for example =MODE(B13:E29)
If you inevitability more info, pls. join detail or e-mail.
Good luck.
.