View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Formula to add 4 lowest numbers from a column of 6

I get the following error #NAME?
any suggestions?

"Mike H" wrote:

Hi,

Try this, change the range to suit

=SUM(SMALL(B1:B6,{1,2,3,4}))

Mike

"Mike" wrote:

I am a golf coach and am trying to figure out how to add the 4 lowest scores
to come up with the team score for my HS golf team.
I understand the simple sum formulas but do not know how to get it to pull
out the 4 lowest scores and total them from a column of 6 numbers.

Any help would be appreciated!

Thanks