+ Reply to Thread
Results 1 to 7 of 7

Display value 1 row down from closest round number > static value

  1. #1
    Forum Contributor
    Join Date
    01-02-2007
    Location
    Australia NSW
    MS-Off Ver
    2013
    Posts
    494

    Display value 1 row down from closest round number > static value

    I have attached a sample of what formula i am after.
    Basically i have a row of values, that i need compared to an entered value.
    The result required is to find from the row of data, the next > value to the entered value, and return the cell value in row 3(offset1 row).

    Hope i have explained that ledgebly enough to comprehend.
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Display value 1 row down from closest round number > static value

    Your C2 cell formula is creating a Circular Reference, so first correct the C2 cell formula and then we will go for the rest

    Your C2 Cell Formula

    =$C2-(COLUMNS(B$2:$C$2)/11)*($C$2-$N$2)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    01-02-2007
    Location
    Australia NSW
    MS-Off Ver
    2013
    Posts
    494

    Re: Display value 1 row down from closest round number > static value

    I have fixed up the table data.

    I thought a HLookup would work, but it errors?
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    01-02-2007
    Location
    Australia NSW
    MS-Off Ver
    2013
    Posts
    494

    Re: Display value 1 row down from closest round number > static value

    The error is a ' Value not available' error.

    Do i need to add a rounding up/down step for the looked up value or something?
    But my undertsanding is that the TRUE looks for a cloise match.

  5. #5
    Forum Contributor
    Join Date
    01-02-2007
    Location
    Australia NSW
    MS-Off Ver
    2013
    Posts
    494

    Re: Display value 1 row down from closest round number > static value

    bump for a reply .....

  6. #6
    Forum Contributor
    Join Date
    01-02-2007
    Location
    Australia NSW
    MS-Off Ver
    2013
    Posts
    494

    Re: Display value 1 row down from closest round number > static value

    Self solved with: =OFFSET(INDEX(B2:M2,MATCH(D7,B2:M2,-1)),1,0)

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Display value 1 row down from closest round number > static value

    Try this…

    In D7 Cell

    =INDEX(C3:L3,,MATCH(SMALL(C2:L2,COUNTIF(C2:L2,"<="&D7)),C2:L2,0))

    Or

    =INDEX(C3:L3,,MATCH(SMALL(C2:L2,COUNTIF(C2:L2,"<="&D7)+1),C2:L2,0))

+ 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: 13
    Last Post: 08-13-2013, 12:51 PM
  2. [SOLVED] display number of days if less than 7 otherwise round up to months
    By chrisio in forum Excel General
    Replies: 3
    Last Post: 09-20-2012, 08:35 AM
  3. How to round up to closest match in vlookup
    By Onestopfanshop in forum Excel General
    Replies: 1
    Last Post: 01-04-2011, 02:41 PM
  4. How can i round a number to closest tenth number?
    By rayne95 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-19-2006, 04:40 PM
  5. Replies: 4
    Last Post: 01-27-2005, 05:06 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