F
Fred Smith
I need the average of the highest three amounts in a range. I'm currently
using:
=(large(range,1)+large(range,2)+large(range,3))/3
Is there an easier way?
using:
=(large(range,1)+large(range,2)+large(range,3))/3
Is there an easier way?