Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I have a sub total need to find the GST & QST any formula

In Colum "A" I have sub totals and I would need to find the GST and QST, I s
there any formula that will do it for you or would I have to do each sub
total manually and with a calculator
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default I have a sub total need to find the GST & QST any formula

Hi,

The GST and QST are Canadian taxes I presume? I don't know anything about
the Canadian tax system since I am not Canadian, but one might use a VLOOKUP
formula or a custom VBA function.

To help you we need more info, or at least I do. Please explain how these
taxes are calculated.

--
Thanks,
Shane Devenshire


"music icons" wrote:

In Colum "A" I have sub totals and I would need to find the GST and QST, I s
there any formula that will do it for you or would I have to do each sub
total manually and with a calculator

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default I have a sub total need to find the GST & QST any formula

music icons;

If this is a tax as ShaneDevenshire suggests, place the price of the
item/service in column A. Sum the items and/or services as appropriate (by
gst/qst or whatever). Place the subtotals in a cell (b4 and b5 for example).
Place the appropriate tax rate in cell c4 and c5 respectively(example).

In cell c6 enter

=sum((c4*sum of services),(c5*sum of products))

something like that. It's no different that calculating tax in america if it
is a straight forward tax (Yeah, right. Like any tax is straight forward(read
'reasonable)').

Anyway, ShaneDevenshire is very observant regarding an array in that if your
tax is scaled somehow, it will be much easier to do a lookup() than to try to
create complex calculations that refer to a cell, to a cell, to a cell, to a
if(), to a cell, etc.

God Bless

Frank Pytel

"ShaneDevenshire" wrote:

Hi,

The GST and QST are Canadian taxes I presume? I don't know anything about
the Canadian tax system since I am not Canadian, but one might use a VLOOKUP
formula or a custom VBA function.

To help you we need more info, or at least I do. Please explain how these
taxes are calculated.

--
Thanks,
Shane Devenshire


"music icons" wrote:

In Colum "A" I have sub totals and I would need to find the GST and QST, I s
there any formula that will do it for you or would I have to do each sub
total manually and with a calculator

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default I have a sub total need to find the GST & QST any formula

Assuming:
A11: holds sub totals
B12: holds GST tax
B13: hods QST tax

=A11*(1+B12+B13)


music icons" wrote:

In Colum "A" I have sub totals and I would need to find the GST and QST, I s
there any formula that will do it for you or would I have to do each sub
total manually and with a calculator

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
Formula to find Stop Time from Start Time and Total Minutes Jonathan Bickett Excel Worksheet Functions 5 March 7th 07 05:22 PM
Old Lotus Sub Total & Grand Total formula Kylie Excel Discussion (Misc queries) 2 April 9th 06 12:24 PM
function to find which cells add up to a given total? jbourgui Excel Worksheet Functions 6 August 12th 05 08:17 PM
find parts of a total Jim Excel Worksheet Functions 1 February 22nd 05 08:07 PM
a formula to find total compound amount after given number of yea. ronan Excel Worksheet Functions 1 February 1st 05 08:15 PM


All times are GMT +1. The time now is 08:05 PM.

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

About Us

"It's about Microsoft Excel"