Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Tax and Reverse Tax

I've made a function that works out that tax payable on an annual income.
However, I can't seem to find an analytical method to go backwards (i.e. work
out the gross income from the net income) without using GoalSeek.

Is there a way to implement GoalSeek automatically? Perhaps using a macro?

Thanks for your time,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 128
Default Tax and Reverse Tax

=A1/117.5%

I don't know what your tax value you are using but this type of calculation
will deduct 17.5% from the value in cell A1.

I.e.

Cell A1 = 100

the cell that you have this calculation in will say 85.10638 which is 17.5%
OF 100 not on top off?

Am I close or miles aways???

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200601/1
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Tax and Reverse Tax

Sorry Crowbar, you're not that close.. :)

The tax I'm working out is for an income, using several tax brackets. That
is, no tax on the first $6000, 17% for the next $15600, 30% on the next
$30400 and so on.

Because the function is not linear, it's hard to implement the reverse
function (i.e. working out the gross income from the net income.

This can be done using the GoalSeek tool, where the computer iteratively
varies the gross income until the net income is the given value. Then the
required gross income can be found. However this requires a manual call of
the GoalSeek tool.

Is there some way to implement this (probably using a Macro, although
perhaps not?) so that a function called GROSS(NET) will return the gross
income equivalent of a given net income?

Thanks for your time,
Atreides

"Crowbar via OfficeKB.com" wrote:

=A1/117.5%

I don't know what your tax value you are using but this type of calculation
will deduct 17.5% from the value in cell A1.

I.e.

Cell A1 = 100

the cell that you have this calculation in will say 85.10638 which is 17.5%
OF 100 not on top off?

Am I close or miles aways???

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200601/1

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
reverse value rb Excel Worksheet Functions 1 March 28th 07 02:51 AM
Reverse Sum vjeevar Excel Discussion (Misc queries) 2 February 8th 06 10:04 PM
For each...next reverse Rod Jones[_3_] Excel Programming 1 October 12th 04 02:57 PM
For...next in reverse Rod Jones[_2_] Excel Programming 3 October 12th 04 02:38 PM
In Reverse... stck2mlon[_13_] Excel Programming 12 June 2nd 04 11:45 PM


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