How to calculate total return for top 10 items

sachi1982

New Member
Joined
May 14, 2015
Messages
30
Office Version
  1. 365
Platform
  1. Windows
Hi All,
I wanted to find out total earnings from top 5 spent items using a formula. I only want to show the total number. I got about 200 items in my list. For each item i got a cost and profit or loss that item make.
From "{=SUM(LARGE(C:C,{1,2,3,4,5}))}" i get sum of top 5 costs. How can i get the profit/Loss for those top 5 cost items.

Below is an example. pleas assist.

Item NameCostProfit/Loss
A1000100
B200050
C3000250
D2500400
E1400300
F5000150
G350050
H4000100
I1700200
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
What would you expect if there is a tie for 5th place in the top 5 costs?

In this slightly edited version of your example, the green cells represent the top 4, the 2 yellow cells represent a tie for 5th. Should the formulas include 1 or both of them? If only 1 how would you decide which?
Item NameCostProfit/Loss
A1000100
B250050
C3000250
D2500400
E1400300
F5000150
G350050
H4000100
I1700200
 
Upvote 0

Forum statistics

Threads
1,214,872
Messages
6,122,026
Members
449,061
Latest member
TheRealJoaquin

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