Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default Removing Tax Component

I wish to remove the tax component (10%) from an invoiced amount.
I can do it in two steps, but i'd like it done in one.
i.e A1 B1
$120.00 $109.09
Browny
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Removing Tax Component

Is there any reason not to use =A1/(1+10%) ?
--
David Biddulph

"Browny" wrote in message
...
I wish to remove the tax component (10%) from an invoiced amount.
I can do it in two steps, but i'd like it done in one.
i.e A1 B1
$120.00 $109.09
Browny



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Removing Tax Component

In B1 enter the formula =A1/(1+r/100) whre r is the rate of tax (r =10 if tax
rate is 10%)

"Browny" wrote:

I wish to remove the tax component (10%) from an invoiced amount.
I can do it in two steps, but i'd like it done in one.
i.e A1 B1
$120.00 $109.09
Browny

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default Removing Tax Component

Thanks Guys
They work
i worked it out and used. =(A1-(A1/11)
--
Browny


"Sheeloo" wrote:

In B1 enter the formula =A1/(1+r/100) whre r is the rate of tax (r =10 if tax
rate is 10%)

"Browny" wrote:

I wish to remove the tax component (10%) from an invoiced amount.
I can do it in two steps, but i'd like it done in one.
i.e A1 B1
$120.00 $109.09
Browny

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Removing Tax Component

=ROUND(A1-(A1*10%/110%),2)

--
__________________________________
HTH

Bob

"Browny" wrote in message
...
I wish to remove the tax component (10%) from an invoiced amount.
I can do it in two steps, but i'd like it done in one.
i.e A1 B1
$120.00 $109.09
Browny



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
Office web component . Ermias Excel Worksheet Functions 0 May 20th 08 11:40 PM
Activex component can't create object Naveen New Users to Excel 1 September 4th 07 02:57 PM
Web Excel Component Bug [email protected] Excel Discussion (Misc queries) 1 May 11th 07 12:22 AM
office web component error james Excel Discussion (Misc queries) 0 October 6th 05 02:25 PM
Calling .net Component from Excel Macro j_koushik Excel Discussion (Misc queries) 0 September 30th 05 06:26 AM


All times are GMT +1. The time now is 09:57 PM.

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"