Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Sum of minimum values in a Range.

I have range of values that I need to extract the sum of the two lowest
values. Kinda a newbie and dont know how to string together functions for
this value. Any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Sum of minimum values in a Range.

=SMALL(A1:A100,1)+SMALL(A1:A100,2)

--
Gary''s Student - gsnu200731


"BiggDC1" wrote:

I have range of values that I need to extract the sum of the two lowest
values. Kinda a newbie and dont know how to string together functions for
this value. Any help would be appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Sum of minimum values in a Range.

Or

=SUM(SMALL(A1:A100,{1,2}))


--
Regards,

Peo Sjoblom



"Gary''s Student" wrote in message
...
=SMALL(A1:A100,1)+SMALL(A1:A100,2)

--
Gary''s Student - gsnu200731


"BiggDC1" wrote:

I have range of values that I need to extract the sum of the two lowest
values. Kinda a newbie and dont know how to string together functions
for
this value. Any help would be appreciated.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Set Minimum Y Axis Values annem Excel Worksheet Functions 3 November 21st 07 04:34 PM
The second minimum value in a range Manos Excel Worksheet Functions 1 December 5th 06 11:53 AM
Return minimum POSITVE value from range TheRobsterUK Excel Discussion (Misc queries) 7 September 27th 05 02:23 PM
How do I get "minimum value" in a range to NOT return zero? Blade Excel Worksheet Functions 4 February 2nd 05 02:06 AM
Minimum value in a range > 0 Barbara Excel Discussion (Misc queries) 3 January 25th 05 04:57 PM


All times are GMT +1. The time now is 01:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"