+ Reply to Thread
Results 1 to 3 of 3

Reference Upper Value From List Based on given Value

  1. #1
    jlc01
    Guest

    Reference Upper Value From List Based on given Value

    I have a Value, say 778

    and a one list in one colmun
    1300
    1060
    933
    899
    798
    689
    654
    569
    etc

    Is there a formula that could return 798?

    Another eg would be I have a value 934 and wanted to return 1060

    Thanks in advance for any help

  2. #2
    Registered User
    Join Date
    12-24-2009
    Location
    Istanbul
    MS-Off Ver
    Excel 2007
    Posts
    23

    Re: Reference Upper Value From List Based on given Value

    =INDEX(your_range,MATCH(778,your_range,-1)) => 798

    =INDEX(your_range,MATCH(934,your_range,-1)) => 1060

  3. #3
    Forum Contributor
    Join Date
    08-01-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2007
    Posts
    182

    Re: Reference Upper Value From List Based on given Value

    I will like to tweek this a little to have a universal formula. Please see the attached
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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