formula in spread sheet total qty, maximum average, minimum with example
Answers
Answered by
0
for total
=sum(first cell:last cell)
for average
=average(first cell:last cell)
for maximum
=max(first cell:last cell)
for minimum
=min(first cell:last cell)
Similar questions