excel formula help

platinumaa

New Member
Joined
Jun 7, 2019
Messages
5
hello all, newbie here. need a little help with an excel spreadsheet i am making. here is the cell fomulas


- 61% FORMULA.. =SUM(D12+D13+D14+D16+D19+D20+D21+D22)*0.61+D15*0.5-(D38/2)


- 39% FORMULA.. =SUM(D12+D13+D14+D16+D19+D20+D21+D22)*0.39+D15*0.5-(D38/2)



the end result are the fees to be split up 61% and 39% for lines D12-D22 ($25,000 line), than line D15 (which is the $10,000 construction admin line) is split up 50%. line D38 ($27,000 line) is a subtraction from D12-22.. but the formulas above arent working out that way. im thinking its an order of operations issue


sample_zpsrq0p9ifc.jpg
[/URL][/IMG]




i appreciate the responses / help!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Difficult to tell what's in what cell. Where (what cells) are the contract amounts, total fees, and expenses?
 
Upvote 0
N.B. Use the appropriate cell references instead of named ranges for "Total fees"
and "Total Expenses"




Excel 2010
BCDEF
1
2Total fees27,000.0015,370.0011,630.00
315,370.0011,630.00
4
5or assuming expenses are shared 50% and 50%
6
7Total fees - expenses25,500.0014,620.0010,880.00
814,620.0010,880.00
2d
Cell Formulas
RangeFormula
E2=(Total_fees-D18)*0.61+D18*0.5
E3=(27000-10000)*0.61+10000*0.5
E7=(Total_fees-D18)*0.61+(D18-rExpenses)*0.5
E8=(Total_fees-D18)*0.61+(D18-rExpenses)*0.5
F2=(Total_fees-D18)*0.39+D18*0.5
F3=(27000-10000)*0.39+10000*0.5
F7=(Total_fees-D18)*0.39+(D18-rExpenses)*0.5
F8=(27000-10000)*0.39+(10000-1500)*0.5
D7=Total_fees-1500
Named Ranges
NameRefers ToCells
rExpenses='2d'!$D$19
Total_fees='2d'!$D$2
 
Upvote 0
The 39% formula in C45 is taking 39% of the sum. That would be 39% of 17,000 which is 6,630.
Then 6630 is added to half of the Const Admin (half of 10,000 or 5,000) = 11,630
Then, half of 1,500 (or 750) is subtracted from the result, ending with 10800, as you show.

But, that's 39.5636% of 27500. 14,620 is only 53.1636% of 27500.
 
Upvote 0
wow, thats a lot for me, im kind of a novice. will have to study what you have above to better understand and figure out how to implement into my worksheeet

thank you!!
 
Upvote 0
Dave Patton.. unless im reading what you posted incorrectly.. are you saying my spreadsheet is accurate? i got the same end result numbers.. $14620 and $10880. what am i missing?

thanks!
 
Upvote 0

Forum statistics

Threads
1,215,782
Messages
6,126,872
Members
449,345
Latest member
CharlieDP

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