![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 8
|
I have 5 columns of non-sequential numbers and I would like to be able to pull out the lowest three numbers and sum them in one cell.
Can this be done? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=SUM(SMALL(range,{1,2,3})
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Calgary, Alberta Canada
Posts: 2,065
|
=SUM(SMALL(E2:I6,{1,2,3})) or just =SMALL(E2:I5,1)+SMALL(E2:I5,2)+SMALL(E2:I5,3) Revise the references as necessary. |
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Posts: 8
|
Thanks very much to both of you!!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|