+ Reply to Thread
Results 1 to 5 of 5

If # falls in between a range then I want it to display a %

  1. #1
    Registered User
    Join Date
    09-06-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    9

    If # falls in between a range then I want it to display a %

    We're implementing a sliding fee schedule and I'm trying to figure out if it's possible to automate the calculations.

    For example, if someone is making $2,000/month, I would like to have the workbook look through the various levels (shown below) and indicate which is the % that should be used.

    $1,628 $1,963 1% of Rate
    $1,963 $2,298 2% of Rate
    $2,298 $2,633 3% of Rate
    $2,633 $2,968 7% of Rate
    $2,968 $3,303 7% of Rate

    I've been trying to come up with a formula but nothing seems to work. I'm hoping someone will be able to tell me if it's possible to do what I'm hoping to do.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: If # falls in between a range then I want it to display a %

    Hi,

    Assuming that the data you give is in cells A1:C5, and that the monthly wage for which you wish to return the % is in cell D1:

    =INDEX($C$1:$C$5,MATCH(D1,$A$1:$A$5))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: If # falls in between a range then I want it to display a %

    Try this too...

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  4. #4
    Registered User
    Join Date
    09-06-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: If # falls in between a range then I want it to display a %

    Thank you so much!!! I was trying to use the If function. You have made my day and weekend!!!!

  5. #5
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: If # falls in between a range then I want it to display a %

    You're welcome.

+ 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. Replies: 4
    Last Post: 05-22-2013, 04:15 AM
  2. How to return a value that falls within a range
    By friend11_6 in forum Excel General
    Replies: 5
    Last Post: 03-18-2011, 01:06 AM
  3. Find which range a name falls into?
    By madbloke in forum Excel General
    Replies: 2
    Last Post: 02-21-2007, 05:02 AM
  4. [SOLVED] Checking if a certain day falls in a range
    By Jaydubs in forum Excel General
    Replies: 6
    Last Post: 03-16-2006, 09:55 AM
  5. [SOLVED] Data falls in a range +/-1
    By SMac in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-28-2005, 04:50 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