Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
display lowest values | Excel Worksheet Functions | |||
Find lowest 3 values and sum | Excel Worksheet Functions | |||
Average of lowest 5 of 20 values? | Excel Worksheet Functions | |||
taking out lowest 2 values | Excel Worksheet Functions | |||
How can I identify the two lowest values in a row? | Excel Worksheet Functions |