Conditional formula execution

FlexicareTommy

New Member
Joined
Apr 4, 2013
Messages
11
My companies reporting system gives the most garbage report for analyzing with excel. Rather than spending hours rearranging data to a more Excel friendly format (marco's won't work...I think), I'm wondering if there's an imbedded conditional formula to help out. I've tried a few different ideas, but can't seem to crack this puzzle. To give an overview of the objective, we're trying to create a report to view sales to a given customer by the product category instead lump sum total sales or even individual items. This will allow us to determine if a particular product line is growing or struggling.

The raw data that our inventory system generates looks like this. I used a vlookup to include the category column.
Customer nameproduct numberpriceqtyext. saleCategory
ACE032-22-859$20.00100$2,000032-22
ACE032-22-789$18.00100$1,800032-22
ACE032-77-662$87.00100$8,700032-77
ACE032-77-491$82.00100$8,200032-77
ACE0044-56$79.00100$7,9000044
ACE0055-21$189.00100$18,9000055
Billbur032-77-662$87.00100$8,700032-77
Billbur032-77-888$76.00100$7,600032-77
Cawlings032-22-859$20.00100$2,000032-22
Cawlings032-22-789$18.00100$1,800032-22

<tbody>
</tbody>

On our reports, we want to have one sheet per customer, something that would look like this:

CustomersegmentcategoryMarch sales
ACE
blades032-22formula needed
032-77formula needed
55-87formula needed
55-84formula needed
masks0044formula needed
0055formula needed

<tbody>
</tbody>

So essentially what I'm looking for is a kind of conditional sumif() statement. Searching the first column for customer name, if that matches, then performing a sumif() of all records with that customer so I can get the total category sales. Does anyone know a way I could achieve this?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
I agree Pivot tables seems to be the most likely option. You could then use the "show report filter pages" option for the different customers.
 
Upvote 0

Forum statistics

Threads
1,203,070
Messages
6,053,366
Members
444,658
Latest member
lhollingsworth

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