Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Help can not calc Sales Tax

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come up with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Help can not calc Sales Tax

So we are all on the same page... 660.17 is the total amount taxes included.
To find out the before tax amount divide it by 1.075. You get 614.11

660.17/1.075 = 614.11

HTH

"Thomas Grassi" wrote:

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come up with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Help can not calc Sales Tax

Sorry 614.116 which rounds to 614.12...

"Jim Thomlinson" wrote:

So we are all on the same page... 660.17 is the total amount taxes included.
To find out the before tax amount divide it by 1.075. You get 614.11

660.17/1.075 = 614.11

HTH

"Thomas Grassi" wrote:

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come up with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Help can not calc Sales Tax

Thomas

Buy a new calculator.

660.17 * .075 = 49.51

Using Excel or the Calculator from Acessories


Gord Dibben Excel MVP

On Fri, 1 Apr 2005 20:13:13 -0500, "Thomas Grassi"
wrote:

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come up with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Help can not calc Sales Tax

Jim

Thanks

How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11

I48 is 660.17 and is the total including sales tax.

Thanks

Tom

"Jim Thomlinson" wrote in message
...
Sorry 614.116 which rounds to 614.12...

"Jim Thomlinson" wrote:

So we are all on the same page... 660.17 is the total amount taxes
included.
To find out the before tax amount divide it by 1.075. You get 614.11

660.17/1.075 = 614.11

HTH

"Thomas Grassi" wrote:

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come up
with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Help can not calc Sales Tax

Whoops!

Ignore.

Was working from the wrong end.

Jim has you sorted out I see.

Gord

On Fri, 01 Apr 2005 17:26:43 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

Thomas

Buy a new calculator.

660.17 * .075 = 49.51

Using Excel or the Calculator from Acessories


Gord Dibben Excel MVP

On Fri, 1 Apr 2005 20:13:13 -0500, "Thomas Grassi"
wrote:

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come up with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Help can not calc Sales Tax

Gord

Thanks

I only do not know how to round this figure up to what I need check my
previous post.

Tom

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Whoops!

Ignore.

Was working from the wrong end.

Jim has you sorted out I see.

Gord

On Fri, 01 Apr 2005 17:26:43 -0800, Gord Dibben <gorddibbATshawDOTca
wrote:

Thomas

Buy a new calculator.

660.17 * .075 = 49.51

Using Excel or the Calculator from Acessories


Gord Dibben Excel MVP

On Fri, 1 Apr 2005 20:13:13 -0500, "Thomas Grassi"

wrote:

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come up
with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom




  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Help can not calc Sales Tax

Think Jim dropped a 1 when he said the answer is 614.116. The result of the
formula is:

614.111627906977

so it would round to 614.11 it rounding to 2 decimal places.

--
Regards,
Tom Ogilvy

"Thomas Grassi" wrote in message
...
Jim

Thanks

How do I round up to 614.12 in the formula?

=SUM(I48/1.075)

My result is 614.11

I48 is 660.17 and is the total including sales tax.

Thanks

Tom

"Jim Thomlinson" wrote in

message
...
Sorry 614.116 which rounds to 614.12...

"Jim Thomlinson" wrote:

So we are all on the same page... 660.17 is the total amount taxes
included.
To find out the before tax amount divide it by 1.075. You get 614.11

660.17/1.075 = 614.11

HTH

"Thomas Grassi" wrote:

I have Office XP PRofessional Excel 2002 SP3

I am trying to calculate sales tax in my spreadsheet and cannot come

up
with
the correct amount.

I48 = $660.17
A48 = 7.5%

G48 has =I48*(1-A48)

The result is $610.66

H48 is the sales tax result

=SUM(I48-G48)

The result is $49.51

I have a manual calculator that does sales tax and it does not match

$660.17
7.5%
$46.05 sales tax
Total minus sales tax is $614.12


Any ideas?

Thanks

Tom







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
Calculating sales commission that changes based on a sales volume Elbowes Excel Worksheet Functions 2 June 8th 07 02:48 PM
Sales Invoicing linked to Sales ledger(Accounts Receivable) Cache Excel Discussion (Misc queries) 0 May 15th 07 03:41 PM
sales needed to cover costs that increase as sales do donna-LexusWebs Excel Worksheet Functions 5 August 29th 06 06:17 PM
auto calc on, but have to edit (f2) cells to force re-calc..help! Curt Excel Worksheet Functions 3 February 13th 06 06:05 PM


All times are GMT +1. The time now is 12:32 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"