Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 333
Default Calculating value less minimum numbers in the sequence

I am trying to find a function that will add a series of numbers LESS the 2
lowest numbers in the seqeunce. They are not in order from lowest to smallest
as there is more than one group and it is sorted by date.

Example:

172 172 172 180 169 180 163 180 175 165 180 175 180

I would need it to pull out the 163 & 165 and add the rest. These numbers
will be different for each row and the lowest are not always in the same
column. Any ideas??

thanks!

Karen
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Calculating value less minimum numbers in the sequence

One way

=SUM(A2:M2)-SUM(SMALL(A2:M2,{1,2}))


--


Regards,


Peo Sjoblom


"Karen53" wrote in message
...
I am trying to find a function that will add a series of numbers LESS the 2
lowest numbers in the seqeunce. They are not in order from lowest to
smallest
as there is more than one group and it is sorted by date.

Example:

172 172 172 180 169 180 163 180 175 165 180 175 180

I would need it to pull out the 163 & 165 and add the rest. These numbers
will be different for each row and the lowest are not always in the same
column. Any ideas??

thanks!

Karen



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default Calculating value less minimum numbers in the sequence

This formula should do what you want...

=SUM(A1:M1)-SMALL(A1:M1,1)-SMALL(A1:M1,2)

Rick

"Karen53" wrote in message
...
I am trying to find a function that will add a series of numbers LESS the 2
lowest numbers in the seqeunce. They are not in order from lowest to
smallest
as there is more than one group and it is sorted by date.

Example:

172 172 172 180 169 180 163 180 175 165 180 175 180

I would need it to pull out the 163 & 165 and add the rest. These numbers
will be different for each row and the lowest are not always in the same
column. Any ideas??

thanks!

Karen


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 695
Default Calculating value less minimum numbers in the sequence

=SUM(A1:M1)-SMALL(A1:M1,1)-SMALL(A1:M1,2)


"Karen53" skrev:

I am trying to find a function that will add a series of numbers LESS the 2
lowest numbers in the seqeunce. They are not in order from lowest to smallest
as there is more than one group and it is sorted by date.

Example:

172 172 172 180 169 180 163 180 175 165 180 175 180

I would need it to pull out the 163 & 165 and add the rest. These numbers
will be different for each row and the lowest are not always in the same
column. Any ideas??

thanks!

Karen

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 333
Default Calculating value less minimum numbers in the sequence

Thank You - that worked perfect!



"Peo Sjoblom" wrote:

One way

=SUM(A2:M2)-SUM(SMALL(A2:M2,{1,2}))


--


Regards,


Peo Sjoblom


"Karen53" wrote in message
...
I am trying to find a function that will add a series of numbers LESS the 2
lowest numbers in the seqeunce. They are not in order from lowest to
smallest
as there is more than one group and it is sorted by date.

Example:

172 172 172 180 169 180 163 180 175 165 180 175 180

I would need it to pull out the 163 & 165 and add the rest. These numbers
will be different for each row and the lowest are not always in the same
column. Any ideas??

thanks!

Karen




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
using min function without calculating 0 as minimum chusu New Users to Excel 2 October 4th 07 05:32 AM
what is the minimum numbers set for 4 digit numbers from 0000 to 9 Ambika Excel Discussion (Misc queries) 14 January 27th 06 10:50 PM
sequence of numbers andrewm Excel Worksheet Functions 3 November 13th 05 06:20 PM
How do I find the minimum NONBLANK value in a sequence of cells? codeslinger New Users to Excel 3 November 2nd 05 08:12 PM
calculating the minimum value ignoring o jo jo Excel Worksheet Functions 1 June 29th 05 11:36 PM


All times are GMT +1. The time now is 01:34 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"