J
Jason Morin
=SUM(A:G,-MIN(A:G))
However, this only removes the min. value once. If the
minimum value appears several times and you want to
ignore all instances of it, then use:
=SUM(A:G,-SUMIF(A:G,MIN(A:G)))
HTH
Jason
Atlanta, GA
However, this only removes the min. value once. If the
minimum value appears several times and you want to
ignore all instances of it, then use:
=SUM(A:G,-SUMIF(A:G,MIN(A:G)))
HTH
Jason
Atlanta, GA