" Back to Front" Calculation

PERCH1

New Member
Joined
Jun 9, 2010
Messages
8
Hello

I wonder if anyone can help with a little tricky calculation I just can't get to work as below :

I have a landed cost of $ 12 calculated as a result of other variables
I have freight and duty of 15% ( also variable )

i need a cell to calculate the FOB cost which when you add 15% to it should come back to $ 12 - you obviously can't just take 15% off the landed cost as the freight and duty is applied to the FOB cost

little bit confusing !

thanks
pete
 

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.
Isn't it:
=12*100/115

( which is 10.43478 )?
 
Upvote 0
hi glenn

tried =(G14*100)/(100+N5)

where G14 is landed cost of $12 and N5 is 15%

and I seem to get $ 11.98 when i should be getting in the region of 10.434

going wrong somewhere

thanks
pete
 
Upvote 0
That's because you are using 15% instead of 15. If you want that cell to actually be 15% then use:

=G14/(1+N5)
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

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