I have a series of numbers that I want to total but drop out the high and low number. Is there a function that will do this automatically?
I have a series of numbers that I want to total but drop out the high and low number. Is there a function that will do this automatically?
=sum(rng) - max(rng) - min(rng)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks