Why not? Work for me....
It will find lowest value and +1 will bring propper result
Edit: you are right.. but this might work:
=IF(ISNA(MATCH(D4;$A$1:$A$26;0));INDEX($B$1:$B$26;MATCH(D4;$A$1:$A$26;1)+1);VLOOKUP(D4;$A$1:$B$26;2;TRUE))
Why not? Work for me....
It will find lowest value and +1 will bring propper result
Edit: you are right.. but this might work:
=IF(ISNA(MATCH(D4;$A$1:$A$26;0));INDEX($B$1:$B$26;MATCH(D4;$A$1:$A$26;1)+1);VLOOKUP(D4;$A$1:$B$26;2;TRUE))
Last edited by zbor; 06-09-2009 at 04:28 AM.
Never use Merged Cells in Excel
No that would not work either. The key is that you must calculate the actual variance of the values to the criteria and match the smallest variance.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Confirmed with CSE works!![]()
=LEFT(IF(ISERROR(INDEX(B1:B26,MATCH(D4+MIN(ABS(A1:A26-D4)),A1:A26,0),1)),"",INDEX(B1:B26,MATCH(D4+MIN(ABS(A1:A26-D4)),A1:A26,0),1))&IF(ISERROR(INDEX(B1:B26,MATCH(D4-MIN(ABS(A1:A26-D4)),A1:A26,0),1)),"",INDEX(B1:B26,MATCH(D4-MIN(ABS(A1:A26-D4)),A1:A26,0),1)),1)
I'm sure somebody will optimise the formula ;-)
Regards
Darren
Update 12-Nov-2010 Still job hunting!
If you are happy with the results, please add to our reputation by clicking the blue scales icon in the blue bar of the post.
Learn something new each day, Embrace change do not fear it, evolve and do not become extinct!
Sir, i have auto finance company and have more than 750 customers. i want creat due date reminder register.
Installment due in particular day those customers.
Please help me.
With regard
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks