sum formula

iullausha

New Member
Joined
Jun 9, 2023
Messages
6
Office Version
  1. 2010
Platform
  1. Windows
I want to sum of large three column in 5 column ou of total column.

1998-991999-20002000-012001-022002-032003-042004-052005-062006-072007-082008-09
56.92354.540N60.285N59.36860.90068.80061.04766.00024.111
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi, it would be nice to see an example of exactly what you mean.
 
Upvote 0
Sorry, I don't know Hindi.
 
Upvote 0
1998-991999-20002000-012001-022002-032003-042004-052005-062006-072007-082008-09
56.92354.540N60.285N59.36860.90068.80061.04766.00024.111
I want to sum of highest three Value out of last 5 column from right to left in above example.
 
Upvote 0
Hi, see the linked file for a possible solution...

The formula used in the table...
L2: =SUM(G2:K2)-SMALL(G2:K2,1)-SMALL(G2:K2,2)

Sum_3_5.xlsx

Sum_3_5.png
 
Upvote 0
1998-991999-20002000-012001-022002-032003-042004-052005-062006-072007-082008-09
56.92354.540N60.285N59.36860.90068.80061.04766.00024.111
195.847​
68.80056.40024.11161.28559.36866.00060.900NNN
20.310​
0.000​
 
Upvote 0
1998-991999-20002000-012001-022002-032003-042004-052005-062006-072007-082008-09
56.92354.540N60.285N59.36860.90068.80061.04766.00024.111
195.847​
68.80056.40024.11161.28559.36866.00060.900NNN
20.310​
0.000​
This formula is ok, but it is not selecting the whole row from A2 to K2 (1998-99 to 2008-09)
 
Upvote 0
Hi, I created a new table in which we add the 3 largest numbers from column A to column K.

The formula used in the new table...
L2: =IFERROR(LARGE(A2:K2,1),0)+IFERROR(LARGE(A2:K2,2),0)+IFERROR(LARGE(A2:K2,3),0)

Sum_3.xlsx

Sum_3.png
 
Upvote 0

Forum statistics

Threads
1,215,086
Messages
6,123,035
Members
449,092
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top