Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Muz Muz is offline
external usenet poster
 
Posts: 2
Default Lowest two values

Hi
I am trying to write a formula using the two lowest numbers from a selection
where say x=lowest and y=second lowest

=x+y

any suggestions?

ps. x and y may sometimes be the same number
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Lowest two values

Try this:

=SMALL(range,1)+SMALL(range,2)

Fill in your range of cells.

Hope this helps.

Pete

On Jul 29, 12:43*am, Muz wrote:
Hi
I am trying to write a formula using the two lowest numbers from a selection
where say x=lowest and y=second lowest

=x+y

any suggestions?

ps. x and y may sometimes be the same number


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Lowest two values

Hi Muz

Try:
=SUMPRODUCT(SMALL(range,{1,2}))

Regards,
Pedro J.

Hi
I am trying to write a formula using the two lowest numbers from a selection
where say x=lowest and y=second lowest

=x+y

any suggestions?

ps. x and y may sometimes be the same number

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Lowest two values

Check answers to your post in the misc. group.

Please don't multi-post!
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Muz" wrote in message
...
Hi
I am trying to write a formula using the two lowest numbers from a
selection
where say x=lowest and y=second lowest

=x+y

any suggestions?

ps. x and y may sometimes be the same number



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Lowest two values

Don't need SP< SUM is sufficient

=SUM(SMALL(rng,{1,2}))

--
__________________________________
HTH

Bob

"Infinitogool" wrote in message
...
Hi Muz

Try:
=SUMPRODUCT(SMALL(range,{1,2}))

Regards,
Pedro J.

Hi
I am trying to write a formula using the two lowest numbers from a
selection where say x=lowest and y=second lowest

=x+y

any suggestions?

ps. x and y may sometimes be the same number



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
display lowest values climate Excel Worksheet Functions 6 December 13th 07 06:05 AM
Find lowest 3 values and sum AussieBec Excel Worksheet Functions 6 August 2nd 07 01:12 PM
Average of lowest 5 of 20 values? Fatfreek Excel Worksheet Functions 5 June 16th 06 03:49 AM
taking out lowest 2 values georgette Excel Worksheet Functions 4 January 10th 06 03:13 AM
How can I identify the two lowest values in a row? jaysmith80 Excel Worksheet Functions 2 January 7th 06 03:29 AM


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