Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jdp554
 
Posts: n/a
Default Adding Multiple low values


I am familiar with the min function, but I need to add two low values in
a range.
Example, If I have a range of four values (5, 4, 6, 5), how do i write
the formula to add only the two lowest scores. In the example, the
result of the formula would need to be 9 (4 & 5). thanks


--
jdp554
------------------------------------------------------------------------
jdp554's Profile: http://www.excelforum.com/member.php...o&userid=28185
View this thread: http://www.excelforum.com/showthread...hreadid=477160

  #2   Report Post  
Roger Govier
 
Posts: n/a
Default Adding Multiple low values

Hi

Try the SMALL() function

=SUM(SMALL(A1:A4,{1,2}))
The figures inside the curly braces {1,2) tell the formula to take the 1st
(smallest) and the 2nd.


Regards

Roger Govier


jdp554 wrote:
I am familiar with the min function, but I need to add two low values in
a range.
Example, If I have a range of four values (5, 4, 6, 5), how do i write
the formula to add only the two lowest scores. In the example, the
result of the formula would need to be 9 (4 & 5). thanks


  #3   Report Post  
CLR
 
Posts: n/a
Default Adding Multiple low values

=SMALL(A:A,1)+SMALL(A:A,2)

Vaya con Dios,
Chuck, CABGx3



"jdp554" wrote:


I am familiar with the min function, but I need to add two low values in
a range.
Example, If I have a range of four values (5, 4, 6, 5), how do i write
the formula to add only the two lowest scores. In the example, the
result of the formula would need to be 9 (4 & 5). thanks


--
jdp554
------------------------------------------------------------------------
jdp554's Profile: http://www.excelforum.com/member.php...o&userid=28185
View this thread: http://www.excelforum.com/showthread...hreadid=477160


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
multiple values TUNGANA KURMA RAJU Excel Discussion (Misc queries) 0 September 29th 05 07:24 PM
Pivot table page filter not accepting multiple values. Workaround? jco Excel Worksheet Functions 2 September 25th 05 09:35 PM
a unique cell value returns multiple cell values from another shee grflded Excel Worksheet Functions 0 September 25th 05 04:21 AM
Multiple lookup value's rucker31 Excel Worksheet Functions 0 March 11th 05 11:17 PM
Adding multiple cells, return specific values Jim Excel Worksheet Functions 4 December 8th 04 07:26 AM


All times are GMT +1. The time now is 04:54 AM.

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

About Us

"It's about Microsoft Excel"