working with the following : Sales, Cost of sales, Gross profit, Net income, Net Profit, net profit %, Operating expenses, Operating income and Operat

quintin

Board Regular
Joined
Jun 26, 2013
Messages
52
Hi ,
I would like to find out if the spreadsheet i've done is correct - working with the following : Sales, Cost of sales, Gross profit, Net income, Net Profit, net profit %, Operating expenses, Operating income and Operating profit margin.

Thnk You
 
Last edited:

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
It might be!

How do you expect us to know?

I need to find out what the formulas are and if they are correct
sales500500
cost of sales100100
gross profit400IF(SUM(D1:D2),D1-D2,"")
Net Income350SUM(D1-(D2+D10))
Gross Profit Margin80%IF(D1,D3/D1,"")
NET PROFIT350SUM(D1-(D2+D10))
NET PROFIT %90%SUM(D1-D10)/D1
OPERATING EXPENSES5050
OPERATING INCOME450SUM(D1-D10)
OPERATING PROFIT MARGIN90%SUM(D11/D1)

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,203,051
Messages
6,053,220
Members
444,648
Latest member
sinkuan85

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