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 How do I formulate total before Gst?

how do I formulate cells to get a total BEFORE gst was added? Example : item
cost 20.00 Gst 1.00 = 21.00 I have a columm for the "item cost" without gst
added...then a gst columm...is there a way to formulate the 'item cost "
cell so I don't have to subtract the gst total from the grand total every
time I enter a price? (Office 2007)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default How do I formulate total before Gst?


"Maggie1959" wrote in message
...
how do I formulate cells to get a total BEFORE gst was added? Example :
item
cost 20.00 Gst 1.00 = 21.00 I have a columm for the "item cost" without
gst
added...then a gst columm...is there a way to formulate the 'item cost "
cell so I don't have to subtract the gst total from the grand total every
time I enter a price? (Office 2007)


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default How do I formulate total before Gst?

"Maggie1959" wrote:
how do I formulate cells to get a total BEFORE gst was added?


Ostensibly, if the GST is in B1 (5% or 0.05) and the total after adding GST
is in C1 (21.00), the item cost is:

=ROUND(C1 / (1+B1), 2)

One caveat: the item cost plus GST must be rounded to the smallest coin of
the realm, since it is an actual amount to be paid. (For the same reason, I
rounded the item cost above.) So theoretically, dividing that amount by
1+GST might not result in exactly the original item cost.

But I have not yet come up with an example, based on reasonable GST and item
cost amounts. So maybe it won't be a problem, after all.


[Sorry for the previous empty response. Push the wrong key, I guess.]


----- original message -----

"Maggie1959" wrote in message
...
how do I formulate cells to get a total BEFORE gst was added? Example :
item
cost 20.00 Gst 1.00 = 21.00 I have a columm for the "item cost" without
gst
added...then a gst columm...is there a way to formulate the 'item cost "
cell so I don't have to subtract the gst total from the grand total every
time I enter a price? (Office 2007)


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
formulate all in one cell carrol Excel Worksheet Functions 3 October 29th 08 08:36 AM
How can I formulate a reconciliation? Gorilla Show Excel Discussion (Misc queries) 2 March 11th 08 12:07 AM
how to formulate this easily??? driller Excel Worksheet Functions 6 March 5th 07 03:18 PM
how to formulate this??? FORMULA Excel Discussion (Misc queries) 4 November 13th 06 05:46 AM
time formulate arslan Excel Discussion (Misc queries) 3 April 16th 06 01:22 PM


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