Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Carmensita
 
Posts: n/a
Default sales tax calculation formula to produce a chart?

I am in field sales and would like to make a chart in Excel that would have a
range of dollar amounts for a 7% rate. In other words for a one cent tax,
cell A1 would have the minimum value and cell B1 would have the maximum
value. Then for a two cent tax, A2 would have the min. and B2 the max. I
would copy the formula into other cells to create a chart/table that I could
take into the field.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone
 
Posts: n/a
Default sales tax calculation formula to produce a chart?

Governmental agencies that level taxes usually have
cheat sheets available with the information you require.

If not you could try...
In B2 enter 0.01
In B3 enter 0.02
in A2 enter the formula "=(B2 +0.005)/0.07"
In A3 enter the formula "=(B3 +0.005)/0.07"
Select all four cells and fill down as far as necessary.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Carmensita"
wrote in message
I am in field sales and would like to make a chart in Excel that would have a
range of dollar amounts for a 7% rate. In other words for a one cent tax,
cell A1 would have the minimum value and cell B1 would have the maximum
value. Then for a two cent tax, A2 would have the min. and B2 the max. I
would copy the formula into other cells to create a chart/table that I could
take into the field.
  #3   Report Post  
Posted to microsoft.public.excel.misc
Carmensita
 
Posts: n/a
Default sales tax calculation formula to produce a chart?

First of all, thanks for the rapid reply!
Secondly, the formula needs "tweeking" I need to figure out the minimum
amount in one column and maximum amount in the next column. It is more of a
reverse formula for figuring tax amount with the exception of min. and max.
I have to cover an entire valley with numerous tax rates, hence the need to
have Excel do it for me.

"Jim Cone" wrote:

Governmental agencies that level taxes usually have
cheat sheets available with the information you require.

If not you could try...
In B2 enter 0.01
In B3 enter 0.02
in A2 enter the formula "=(B2 +0.005)/0.07"
In A3 enter the formula "=(B3 +0.005)/0.07"
Select all four cells and fill down as far as necessary.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Carmensita"
wrote in message
I am in field sales and would like to make a chart in Excel that would have a
range of dollar amounts for a 7% rate. In other words for a one cent tax,
cell A1 would have the minimum value and cell B1 would have the maximum
value. Then for a two cent tax, A2 would have the min. and B2 the max. I
would copy the formula into other cells to create a chart/table that I could
take into the field.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone
 
Posts: n/a
Default sales tax calculation formula to produce a chart?

The minimum amounts are just 0.01 more than the maximum amounts.
You also need to review the "rules" for applying the tax.
For instance, does the tax always round up at 0.50 or does it round to
the next even number.
--
Jim Cone
San Francisco, USA
http://www.officeletter.com/blink/specialsort.html


"Carmensita"
wrote in message
First of all, thanks for the rapid reply!
Secondly, the formula needs "tweeking" I need to figure out the minimum
amount in one column and maximum amount in the next column. It is more of a
reverse formula for figuring tax amount with the exception of min. and max.
I have to cover an entire valley with numerous tax rates, hence the need to
have Excel do it for me.


"Jim Cone" wrote:
Governmental agencies that level taxes usually have
cheat sheets available with the information you require.
If not you could try...
In B2 enter 0.01
In B3 enter 0.02
in A2 enter the formula "=(B2 +0.005)/0.07"
In A3 enter the formula "=(B3 +0.005)/0.07"
Select all four cells and fill down as far as necessary.
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Carmensita"
wrote in message
I am in field sales and would like to make a chart in Excel that would have a
range of dollar amounts for a 7% rate. In other words for a one cent tax,
cell A1 would have the minimum value and cell B1 would have the maximum
value. Then for a two cent tax, A2 would have the min. and B2 the max. I
would copy the formula into other cells to create a chart/table that I could
take into the field.

  #5   Report Post  
Posted to microsoft.public.excel.misc
Carmensita
 
Posts: n/a
Default sales tax calculation formula to produce a chart?

Wow, thanks for the minimum answer, I didn't think about that one.
Thank you for your help and the cool website!

"Jim Cone" wrote:

The minimum amounts are just 0.01 more than the maximum amounts.
You also need to review the "rules" for applying the tax.
For instance, does the tax always round up at 0.50 or does it round to
the next even number.
--
Jim Cone
San Francisco, USA
http://www.officeletter.com/blink/specialsort.html


"Carmensita"
wrote in message
First of all, thanks for the rapid reply!
Secondly, the formula needs "tweeking" I need to figure out the minimum
amount in one column and maximum amount in the next column. It is more of a
reverse formula for figuring tax amount with the exception of min. and max.
I have to cover an entire valley with numerous tax rates, hence the need to
have Excel do it for me.


"Jim Cone" wrote:
Governmental agencies that level taxes usually have
cheat sheets available with the information you require.
If not you could try...
In B2 enter 0.01
In B3 enter 0.02
in A2 enter the formula "=(B2 +0.005)/0.07"
In A3 enter the formula "=(B3 +0.005)/0.07"
Select all four cells and fill down as far as necessary.
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Carmensita"
wrote in message
I am in field sales and would like to make a chart in Excel that would have a
range of dollar amounts for a 7% rate. In other words for a one cent tax,
cell A1 would have the minimum value and cell B1 would have the maximum
value. Then for a two cent tax, A2 would have the min. and B2 the max. I
would copy the formula into other cells to create a chart/table that I could
take into the field.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with this formula Joan Excel Worksheet Functions 15 March 17th 06 09:10 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


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

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

About Us

"It's about Microsoft Excel"