View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Brad Brad is offline
external usenet poster
 
Posts: 846
Default Can you combine if and vlookups?

Yes, you can.

You could also have a lookup inside a lookup

But if you only have two options 35 or 37 and this value is stored in cell b3
(c2,salary,3+(b3=37),false).

if b3 doesn't equal 37 the answer is three, if b3 equals 37 the answer is four

--
Wag more, bark less


"Lainyb" wrote:

I wanted to know if anyone could help me.

I have a spreadsheet and want to do some lookups.

I need the formula to look at a cell in main spreadsheet and if the cell is
35 return the 1st lookup and if the cell is 37 then return the second lookup
(c2,salary,3,false) or (c2,salary,4,false) basically I am trying get
spreadsheet to bring in one salary if the person works 35hrs and a different
salary if the person works 37 hours.

Any help would be grateful - I have been struggling with this for ages.

Thanks