I haven’t used an Excel type spreadsheet in years, but I used to be really good at formulas. I can’t figure this one out though.
What I am trying to do is get a figure of how profit is divided between two individuals after their relative costs are applied to the payment received for a job.
So for example,
Billy’s Costs Joe’s Costs
Total 250 Total 100
Total Costs: 350
Total Payment Received: 400
Billy is Owed 275
Joe is Owed 125
Balance Left 0
The math I am using for Billy: ((Payment received - Total Cost in Parts) / 2) + (Billy’s costs) = ((400-350)/2)+(250) = 275
The math I am using for Joe: ((Payment received - Total Cost in Parts) / 2) + (Joe’s Costs) = ((400-350)/2)+(100) = 125
I can do that in my head, but what would I put as the formula for it to auto calculate in a spreadsheet program? Does that make sense at all? I am getting what appears to be some sort of number, but it doesn’t come out correct. I have a table of costs for Billy and Joe, and I am using the total costs for each to come up with their figures.
Without having a spreadsheet open, my “best” answer would be for you to open a workbook and create a formula in the formula bar which references the cells in which you want the values to go.
Right. I think. What I am trying to get it to do is take the totals added for billy’s costs, and then joe’s costs, and then take the total payment received and spit out the auto calculated amounts that billy and joe are owed after its all over.
I am unsure what you mean by PEDMAS. I just couldn’t do this then?
Billy’s total cost is in A1
Joe’s total cost is in A2
Total Payment for Job is A3
Billy’s cut is =((A3-(A1+A2)/2)+(A1)
Joe’s cut is =((A3-(A1+A2)/2)+(A2)