• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Range Lookup

matttest

New Member
Hello,


After following your very useful post on Range Lookup here: (http://chandoo.org/wp/2010/06/30/range-lookup-excel/)


I would like to know, with this example in mind, how to display the lower and upper date instead of which row number that date is found between?


So for example I have a range of dates like the above example, and when I type my query date I would like it to, instead, display the date range which my date lies in? (rather than the row no.)


Hopefully I've made myself clear!


Thank you very much :)


Matt
 
If you know the row number, you can probably do something like:

=INDEX(A:A,PreviousFormula)
 
Back
Top