+ Reply to Thread
Results 1 to 3 of 3

Finding value based on tax status and monthly salary

  1. #1
    Registered User
    Join Date
    12-08-2010
    Location
    Philippines
    MS-Off Ver
    Office 365
    Posts
    76

    Question Finding value based on tax status and monthly salary

    Please help.

    I have a tax table here where in tax deduction and percentage depends on tax status and monthly salary. Please help me come up with a formula that would be able to get the Deduction and percentage based on status and salary given.


    Hlookup will not work for approximate value

    salary must be greater than the largest deduction value

    in the example given, 32000 falls under column G or column 7 (25000)

    please see attached file.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Finding value based on tax status and monthly salary

    If I'm understanding the table correctly, try the following in B15:

    =INDEX($B2:$H2,MATCH($B$14,OFFSET($B$1:$H$1,MATCH($B$13,$A$1:$A$9,0)-ROW($A$1),0),1))

    Fill down into B16 for the percentage. It seems to work for me, but double check to see if it's returning the intended values.
    Attached Files Attached Files
    If your problem has been solved, please use "Thread Tools" to mark the thread as "Solved".

    If you're grateful for this site's existence and would like to contribute to the community, please consider posting something hilarious in our joke thread:
    https://www.excelforum.com/the-water...ke-thread.html

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Finding value based on tax status and monthly salary

    d13 =match(B13,$A$1:$A$9,0)

    d14 =match(B14,INDIRECT("A"&$D$13&":"&"H"&$D$13),1)

    d15 =INDIRECT(ADRESS(2,$D$14))

    d16 =INDIRECT(ADRESS(3,$D$14))

    See the attached file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Need formula for prorating monthly salary based on hire/fire date and annual salary.
    By Excel_Help_Pls in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-06-2015, 12:56 AM
  2. Monthly Pro Rated Salary Based on start and end date [SOLVED]
    By thomas.mapua in forum Excel General
    Replies: 10
    Last Post: 08-04-2015, 01:02 AM
  3. Replies: 1
    Last Post: 10-23-2014, 08:10 AM
  4. monthly salary payroll
    By miguel_angeo in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 09-21-2013, 09:38 PM
  5. [SOLVED] Count Allowance Percent Based On Monthly Salary
    By redza in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-30-2013, 10:47 PM
  6. Replies: 3
    Last Post: 07-26-2012, 04:11 PM
  7. Salary monthly allocation based on Hire date
    By thomas.mapua in forum Excel General
    Replies: 1
    Last Post: 08-21-2011, 08:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1