View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech[_4_] Jim Rech[_4_] is offline
external usenet poster
 
Posts: 39
Default Search Target <= in Col. "B" to return Date in Col. "A"

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.