A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Need help creating an Excel formla to calculate price before sales tax



 
 
Thread Tools Display Modes
  #1  
Old December 9th, 2005, 11:46 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default Need help creating an Excel formla to calculate price before sales tax

Hi, can somebody tell me how to set up a formula that will give me the
BEFORE TAX PRICE given SALES TAX RATE and FINAL PRICE?

For example, I sell 3 apples to Bob for $8. Assuming sales tax is 7%,
I need a formula that will show me what the before tax price is.

I know that the equation on paper would be something like:

BEFORE TAX PRICE + (BEFORE TAX PRICE X 7%) = $8

But how do I set something like this up in Excel so that I can simply
input the FINAL PRICE and have the BEFORE TAX PRICE outputed? Thanks!

Jason

  #2  
Old December 9th, 2005, 11:55 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default Need help creating an Excel formla to calculate price before sales tax

Assuming that A1 contains your final price, try...

=A1/1.07

or

=A1/(1+B1)

....where B1 contains your sales tax rate, such as 7%.

Hope this helps!

In article .com,
" wrote:

Hi, can somebody tell me how to set up a formula that will give me the
BEFORE TAX PRICE given SALES TAX RATE and FINAL PRICE?

For example, I sell 3 apples to Bob for $8. Assuming sales tax is 7%,
I need a formula that will show me what the before tax price is.

I know that the equation on paper would be something like:

BEFORE TAX PRICE + (BEFORE TAX PRICE X 7%) = $8

But how do I set something like this up in Excel so that I can simply
input the FINAL PRICE and have the BEFORE TAX PRICE outputed? Thanks!

Jason

  #3  
Old December 9th, 2005, 11:56 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default Need help creating an Excel formla to calculate price before sales tax

Below is content of cells A1:B3:
A1:A2 show content of Cells B1:B2
B3 is simply the Value 8.
A B
1 =B3/1.07 7.48
2 =B1*0.07 0.52
8.00



Hope that helps..

wrote in message
oups.com...
Hi, can somebody tell me how to set up a formula that will give me the
BEFORE TAX PRICE given SALES TAX RATE and FINAL PRICE?

For example, I sell 3 apples to Bob for $8. Assuming sales tax is 7%,
I need a formula that will show me what the before tax price is.

I know that the equation on paper would be something like:

BEFORE TAX PRICE + (BEFORE TAX PRICE X 7%) = $8

But how do I set something like this up in Excel so that I can simply
input the FINAL PRICE and have the BEFORE TAX PRICE outputed? Thanks!

Jason



  #4  
Old December 10th, 2005, 12:00 AM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default Need help creating an Excel formla to calculate price before sales

Just divide your final price by your tax rate + 1. So, let's assume your
Final Price is in cell A1. Your formula would be:

=A1/1.07

HTH,
Elkar



" wrote:

Hi, can somebody tell me how to set up a formula that will give me the
BEFORE TAX PRICE given SALES TAX RATE and FINAL PRICE?

For example, I sell 3 apples to Bob for $8. Assuming sales tax is 7%,
I need a formula that will show me what the before tax price is.

I know that the equation on paper would be something like:

BEFORE TAX PRICE + (BEFORE TAX PRICE X 7%) = $8

But how do I set something like this up in Excel so that I can simply
input the FINAL PRICE and have the BEFORE TAX PRICE outputed? Thanks!

Jason


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I calculate the change in stock price in excel. Knowledge001 General Discussion 1 October 18th, 2005 11:40 PM
formula to calculate sales tax from total sales Evan Worksheet Functions 1 October 5th, 2005 08:57 PM
creating many invoices with excel data creating many invoices from excel data General Discussion 1 May 2nd, 2005 03:48 AM
Coverting Lotus 123 files to use with excel Muffin1947 General Discussion 6 June 20th, 2004 10:18 AM


All times are GMT +1. The time now is 10:10 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.