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

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi,
You can test in cell C2
Excel Formula:
=B2/SUM($B$2:$B$5)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,981
Messages
6,122,566
Members
449,089
Latest member
Motoracer88

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