Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jub366
 
Posts: n/a
Default Help, how to find a range of data?


If i have a numbers in the cell . eg : 1.1 , 1.2 , 1.3 , 2.1 , 2.2 , 2.3


for this numbers i want to find say like 3 smallest number then Sum it
up.

it will be equal to 1.1 + 1.2 + 1.3 = 3.6

question is what function should i be using ?


thanks


--
jub366
------------------------------------------------------------------------
jub366's Profile: http://www.excelforum.com/member.php...o&userid=27985
View this thread: http://www.excelforum.com/showthread...hreadid=474925

  #2   Report Post  
Barb Reinhardt
 
Posts: n/a
Default

If you parse the data into

A1=1.1
B1=1.2
C1=1.3
D1=2.1
E1=2.2
F1=2.3

=SMALL(A1:F1,1)+SMALL(A1:F1,2)+SMALL(A1:F1,3)

"jub366" wrote in
message ...

If i have a numbers in the cell . eg : 1.1 , 1.2 , 1.3 , 2.1 , 2.2 , 2.3


for this numbers i want to find say like 3 smallest number then Sum it
up.

it will be equal to 1.1 + 1.2 + 1.3 = 3.6

question is what function should i be using ?


thanks


--
jub366
------------------------------------------------------------------------
jub366's Profile:
http://www.excelforum.com/member.php...o&userid=27985
View this thread: http://www.excelforum.com/showthread...hreadid=474925



  #3   Report Post  
Gary''s Student
 
Posts: n/a
Default

Strangely enough there is a worksheet function called SMALL(). Lets say
your numbers are stored in A1:A100. Then the sum of the three smallest is:

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

--
Gary's Student


"jub366" wrote:


If i have a numbers in the cell . eg : 1.1 , 1.2 , 1.3 , 2.1 , 2.2 , 2.3


for this numbers i want to find say like 3 smallest number then Sum it
up.

it will be equal to 1.1 + 1.2 + 1.3 = 3.6

question is what function should i be using ?


thanks


--
jub366
------------------------------------------------------------------------
jub366's Profile: http://www.excelforum.com/member.php...o&userid=27985
View this thread: http://www.excelforum.com/showthread...hreadid=474925


  #4   Report Post  
RagDyer
 
Posts: n/a
Default

Try this:

=SUM(SMALL(A:A,{1,2,3}))

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"jub366" wrote in
message ...

If i have a numbers in the cell . eg : 1.1 , 1.2 , 1.3 , 2.1 , 2.2 , 2.3


for this numbers i want to find say like 3 smallest number then Sum it
up.

it will be equal to 1.1 + 1.2 + 1.3 = 3.6

question is what function should i be using ?


thanks


--
jub366
------------------------------------------------------------------------
jub366's Profile:

http://www.excelforum.com/member.php...o&userid=27985
View this thread: http://www.excelforum.com/showthread...hreadid=474925


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
Charting data points and show a target range on the same chart. Minireefkeeper Charts and Charting in Excel 6 February 18th 06 06:50 PM
Help! Selecting data according to date range redbna Excel Discussion (Misc queries) 0 June 8th 05 06:58 PM
data range properties baz Excel Discussion (Misc queries) 0 April 1st 05 08:53 AM
How can I check if data in external data range is changed after re Ruud Excel Discussion (Misc queries) 0 January 7th 05 12:07 PM
Extending a Chart Data Series from an Array - Can it be done? Jon Peltier Charts and Charting in Excel 4 November 30th 04 03:30 AM


All times are GMT +1. The time now is 05:43 PM.

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"