View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Lookup less than a number

Hmmm...

Question:

What if B2 is <41 or is =71?

--
Biff
Microsoft Excel MVP


"Rod" wrote in message
...
Hello.

I would like to be able to do the equvivalent of:
look up a number in range MaxTermAvail and if the number is < the left
value
then bring back the next col; something like

Vlookup (B2, if B7<the left value(MaxTermAvail), 2, false).

So, if B2=61 then the value returned should be 15, when
MaxTermAvail=
41 35
46 30
61 20
66 15
71 10

Thanks.