Share Of Business Calculation

Deep Dave

Board Regular
Joined
Mar 22, 2013
Messages
77
Hi All!

I have loaded some data in the Excel 2013 Data Model, where 1 Column is of Sales Amount.

I have 10 different customers with lot of Invoices that result to that sale.

How can I calculate the Share Of Business of each customer from the total sale?

For E.G. - if my total sale of 10 customers is 1000, and Customer A has resulted to a sale of 100, that means the Share of Business for Customer A is 10%.

How do I calculate it for all the customers?

Thank You,

Deep :)
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi,
Just
[TABLE="width: 265"]
<TBODY>[TR]
[TD]Sale</SPAN>[/TD]
[TD]1000</SPAN>[/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]A</SPAN>[/TD]
[TD]100</SPAN>[/TD]
[TD]10% = </SPAN>[/TD]
[TD]$G$28/G27</SPAN>[/TD]
[/TR]
[TR]
[TD]B</SPAN>[/TD]
[TD]200</SPAN>[/TD]
[TD]100% =</SPAN>[/TD]
[TD]$G$28/G28</SPAN>[/TD]
[/TR]
[TR]
[TD]C</SPAN>[/TD]
[TD]510</SPAN>[/TD]
[TD]50% =</SPAN>[/TD]
[TD]$G$28/G29</SPAN>[/TD]
[/TR]
[TR]
[TD]D</SPAN>[/TD]
[TD]190</SPAN>[/TD]
[TD]20% =</SPAN>[/TD]
[TD]$G$28/G30</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL span=3><COL></COLGROUP>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,223,990
Messages
6,175,817
Members
452,672
Latest member
missbanana

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