+ Reply to Thread
Results 1 to 3 of 3

defining a cell based on a range

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187

    defining a cell based on a range

    Hello,

    I need to make a sheet, where the value of a cell is based on the a from- to value of an other cell.
    Eg of the value is 0-10, then the value is "A".
    It is a lot of range, nested AND/IF-s would be quite complicated. Does anybody know a good technique for this?

    Thanks

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: defining a cell based on a range

    Use the lookup formula..an example would be

    =LOOKUP(A1,{1,11,21,56,76,89},{"A","B","C","D","E","F"})

    The numbers need to be I ascending order and will define the lower limits of your range
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Budapest, Hungary
    MS-Off Ver
    Excel 2016
    Posts
    187

    Re: defining a cell based on a range

    I have hlookup and vlookup only. What shall I do?

+ 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] Defining Data Range Based on Cell Value
    By mattmc419 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2013, 05:29 AM
  2. [SOLVED] defining a range subset based on a primary range for use in Median and Mode functions
    By Araise in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-06-2013, 06:39 PM
  3. Defining a range using a cell reference
    By jagbabbra in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-05-2006, 08:40 AM
  4. Defining cell range as a variable
    By jay567 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-20-2005, 07:08 PM
  5. Defining a Cell Range
    By mluetkem in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-07-2005, 09:35 AM

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