Linking Distributors and Profit to a Summary

Jay_one25

New Member
Joined
Aug 24, 2016
Messages
2
I have many different distributors and sources where I get product for my business. I'd like a section on my excel page to summarize how much profit each source is providing. My current sheet already tracks sources and profit for each individual item, but I'd like it to add up everything and automatically show a summary for each of my sources. Any insight on how to do this would be very appreciated.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I have many different distributors and sources where I get product for my business. I'd like a section on my excel page to summarize how much profit each source is providing. My current sheet already tracks sources and profit for each individual item, but I'd like it to add up everything and automatically show a summary for each of my sources. Any insight on how to do this would be very appreciated.
Pivot Table?
OR use SUMIF function,
Say Column A has your Distributors list & Column B got the values/prices or whatever.
try:
Code:
=sumif($A$1:$A$9999,"DISTRIBUTOR NAME",$B$1,$B$9999)
 
Last edited:
Upvote 0
Thanks for the quick responses! The SUMIF function seems to do the trick, but when I try to get the values from other sheets I get a #VALUE! error. I'm not sure what I'm doing wrong. Sorry, I'm not very advanced in Excel.

Code:
=SUMIF(Sheet1:Sheet12!$M$7:$M$999,"DistributorA",Sheet1:Sheet12!$L$7:$L$999)
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,699
Members
449,048
Latest member
81jamesacct

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