View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
lmatt
 
Posts: n/a
Default Lookup help, please

I am trying to write a function such that the data returned to a given cell
will vary depending upon the data entered into another cell. For example:
If A1= 105, then G1=20; if A1=106, then G1=15

I have more variables for A1 than 7, so I don't think that nested if...then
statements would work. Can I do this using VLOOKUP?

Thanks in advance.

L