+ Reply to Thread
Results 1 to 2 of 2

Auto pop answer to different number ranges.

  1. #1
    Registered User
    Join Date
    09-02-2014
    Location
    Alabama, USA
    MS-Off Ver
    Microsoft Office 2010
    Posts
    1

    Question Auto pop answer to different number ranges.

    I need a formula that will tell me the following:

    I have specific number ranges that equal a locked value. I want to be able to put a (any) number in a cell, and it automatically put the value in another cell.
    i.e.:

    720 (user entered) | 18 (autopop)

    because of the following rules:

    700-850 = 18
    850-970 = 20
    etc.....

    (I can enter this info on another sheet if needed.)

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Auto pop answer to different number ranges.

    On a second sheet (LIST) create a 2 column table
    Please Login or Register  to view this content.
    Notice in column A we list the START of each tier? We don't need the end listed, the start of the next tier indicates where the previous tier ended.

    Then a simple VLOOKUP formula can work. If you entered the value in cell D3 of another sheet, this formula in E3 would do the lookup:

    =VLOOKUP(D3, LIST!$A:$B, 2, 1)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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: 2
    Last Post: 02-04-2013, 12:37 PM
  2. [SOLVED] Creating a SUM formula that looks up date ranges selected and provides and answer
    By McQLon in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-01-2013, 07:22 AM
  3. Look up 'X' in a table of value ranges & return the correct answer
    By Tamarissa in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-07-2012, 01:36 PM
  4. [SOLVED] Formula to return an answer for 8 different date ranges
    By ecuguy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-26-2012, 03:37 PM
  5. Replies: 3
    Last Post: 03-29-2012, 08:47 PM

Tags for this Thread

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