Expenses in % of sales

gleblanc

New Member
Joined
May 4, 2012
Messages
4
Hi,

I have a single table with all the general ledger transactions, listed by GL account number, with date, amounts, description, etc. In a pivot table, I can easily summarize it by account, date and vendors. I also have a related table (related by account number) that allow me to regroup accounts by type (balance sheet or income statement), category (revenues or expenses) and sub-category (gross sales, discounts, labour expenses, freight expenses, etc.).

What I need to do is to calculate the "% of sales" ratio of expenses but I can't get to work a measure with SUMX, ALLEXCEPT, FILTER, ALL or CALCULATETABLE... i'm getting a bit desperate.

What I found so far on the internet is something like "sales / total of sales"... what I need is something:

_________________ Amount _____% of net sales
Gross sales________1000.00______ 100.00%
Discounts___________-90.00______ -9.00%
Freight expenses_____-50.00_______ -5.00%

I need to be able to filter it by date and sub-category.

Thanks in advance!
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi Beblanc,try this formula ex: =freight/GrossSales. and drag it down. make sure in formula lock the GrossSales cells. so that it would devide the ratio of ur expenses from ur total gross.



Hi,

I have a single table with all the general ledger transactions, listed by GL account number, with date, amounts, description, etc. In a pivot table, I can easily summarize it by account, date and vendors. I also have a related table (related by account number) that allow me to regroup accounts by type (balance sheet or income statement), category (revenues or expenses) and sub-category (gross sales, discounts, labour expenses, freight expenses, etc.).

What I need to do is to calculate the "% of sales" ratio of expenses but I can't get to work a measure with SUMX, ALLEXCEPT, FILTER, ALL or CALCULATETABLE... i'm getting a bit desperate.

What I found so far on the internet is something like "sales / total of sales"... what I need is something:

_________________ Amount _____% of net sales
Gross sales________1000.00______ 100.00%
Discounts___________-90.00______ -9.00%
Freight expenses_____-50.00_______ -5.00%

I need to be able to filter it by date and sub-category.

Thanks in advance!
 
Upvote 0

Forum statistics

Threads
1,223,276
Messages
6,171,140
Members
452,381
Latest member
Nova88

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