Jun 18, 2019 10:49 AM
I’m working on a P/L table to find the revenue per job. I’m running into a roadblock trying to figure out how to get the percentage increase or loss per job to show a more accurate %? No matter how I change the percentage set up (1, 1.0, 1.00 etc). See below of my current table - suggestions are appreciated.
Here are the formulas I am using:
Overhead:
Net Income:
Gross Profit Percentage :
Jun 18, 2019 02:09 PM
Hi @Holli_Younger - two issues I can see:
{Net Income} / Income
And format the result as a percentage - no need to multiply by 100
JB
Jun 18, 2019 02:44 PM
Thank you @JonathanBowen I got the Gross Proft Percentage to show up correctly (I double checked the math and see what you mean the overhead isn’t being calculated). How do I calculate the percentage from the overhead show it reflects more accurately?
Jun 19, 2019 01:03 AM
Hi @Holli_Younger - I"m guessing you set the overhead at 22.01% of the Income, is that right? If so you could change the overhead formula to be:
{Income} * 0.2201
and format as currency. Now that the overhead is a number/currency field your net income field will include it too.
JB
Jun 19, 2019 06:40 AM
Perfect! Thank you!!!
You explained it so well, I learned why it was not working and how to fix it. I appreciate that!