Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a spreadsheet with many rows and many column. For each row, I want to
calculate the sum of all values on this row minus the TWO smallest numbers. Any idea how to do that? Cheers, Philippe |
#2
![]() |
|||
|
|||
![]()
Assume your values go from A1:Z1 -
=sum(A1:Z1)-SMALL(A1:Z1,1)-SMALL(A1:Z1,2) -- Regards, Dave "Philippe" wrote: I have a spreadsheet with many rows and many column. For each row, I want to calculate the sum of all values on this row minus the TWO smallest numbers. Any idea how to do that? Cheers, Philippe |
#3
![]() |
|||
|
|||
![]()
On Mon, 29 Aug 2005 09:56:06 -0700, "Philippe"
wrote: I have a spreadsheet with many rows and many column. For each row, I want to calculate the sum of all values on this row minus the TWO smallest numbers. Any idea how to do that? Cheers, Philippe =SUM(B2:Z2,-SMALL(B2:Z2,{1,2})) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
minus numbers causing a problem | New Users to Excel | |||
Checking Winning Numbers in the Lottery. | Excel Discussion (Misc queries) | |||
Match Last Occurrence of two numbers and Return Date | Excel Worksheet Functions | |||
Match Last Occurrence of two numbers and Count to Previous Occurence | Excel Worksheet Functions | |||
Count and Sum Total occurrances of two specific numbers | Excel Worksheet Functions |