Excel Formula Help Needed

vivek101

Spammer
Joined
Apr 17, 2023
Messages
2
Office Version
  1. 365
  2. 2019
  3. 2013
Platform
  1. Windows
  2. Mobile
Hi everyone,

I'm working on an Excel sheet, but I can't seem to come up with a formula that will work with my data. What I must do is as follows:

I have two columns: one with product names and one with sales numbers. A third column that determines the proportion of each product's sales to the sum of all product sales is what I want to add.

For instance, the formula should display 10%, 20%, and 30% for each product in the third column if I have three products with sales numbers of $100, $200, and $300, respectively.

Could someone kindly assist me with this formula? Despite my efforts, I haven't had the desired outcomes.

Thank you in advance for your help!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi,
You can test in cell C2
Excel Formula:
=B2/SUM($B$2:$B$5)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,826
Messages
6,121,794
Members
449,048
Latest member
greyangel23

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