Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. An inputbox for a Target amount (Integer)
2. Search that Target in Col. "B" for <= amount, same worksheet. 3. Return a Date in Col. "A" same row. .. I cannot use VLookup because I understand the searched value has to be in the leftmost column. What solutions do I have ? Help appreciated, J.P. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use MATCH with INDEX:
=INDEX(A1:A10,MATCH(<Value,B1:B10,0)) "u473" wrote in message ... 1. An inputbox for a Target amount (Integer) 2. Search that Target in Col. "B" for <= amount, same worksheet. 3. Return a Date in Col. "A" same row. . I cannot use VLookup because I understand the searched value has to be in the leftmost column. What solutions do I have ? Help appreciated, J.P. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search Target <= in Col. "B" to return Date in Col. "A" | Excel Programming | |||
=IF(ISNUMBER(SEARCH("ELB",B2)),"Pipe") add more like "ELB" "FLG" | Excel Worksheet Functions | |||
=IF(ISERROR(SEARCH("insurance",A125,1)),"","*") | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |