Formula to calculate meal price

Loley

New Member
Joined
Nov 17, 2009
Messages
10
Hey Everyone -

I am using Excel 2007 on Windows XP.

I have a simple formula where you put the meal total, and then it figures out the tax and tip and what the grand total is.

What I want to do is reverse this... So I know I have $12 per meal and I want to give 18% tip and my tax rate is 8.25%, how much can I spend. 12=x+(x*.0825)+(x*.18) would be the algebraic equation.

Ideally I would like the function to reference a tax cell and a tip cell so I can change these based on the city/situation I am working with.

Thanks for you help:)
 
If you put the meal cost [12.00] in A2, the tip % in B2 [18%] and tax rate in C2 [8.25%] then use this formula in D2

=A2/(1+B2)/(1+C2)
 
Upvote 0
try this
Excel Workbook
IEIFIG
8129.50Mean
90.78Tax
101.71Tip
1112.00
Sheet1
Excel 2003
Cell Formulas
RangeFormula
IF8=IE8/126.25%
IF9=+IF8*8.25%
IF10=+IF8*18%
IF11=SUM(IF8:IF10)

if you wanted to make the tax a variable to be used then try this
Excel Workbook
IEIFIG
8129.50Mean
98.25%0.78Tax
1018.00%1.71Tip
1112.00
Sheet1
Excel 2003
Cell Formulas
RangeFormula
IF8=IE8/126.25%
IF9=+IF8*IE9
IF10=+IF8*IE10
IF11=SUM(IF8:IF10)
 
Upvote 0
oh forgot to change the formula for the meal
Excel Workbook
IEIFIG
8129.50Meal
98.25%0.78Tax
1018.00%1.71Tip
1112.00
Sheet1
Excel 2003
Cell Formulas
RangeFormula
IF8=IE8/+(100%+IE9+IE10)
IF9=+IF8*IE9
IF10=+IF8*IE10
IF11=SUM(IF8:IF10)
 
Upvote 0
Try this:

Excel Workbook
ABCD
1Meal TotalTax RateTip RateMeal
2$ 12.008.25%18%$ 9.50
Sheet2
 
Upvote 0

Forum statistics

Threads
1,226,889
Messages
6,193,527
Members
453,805
Latest member
Daniel OFlanagan

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