View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim[_39_] Jim[_39_] is offline
external usenet poster
 
Posts: 9
Default If statement? Or lookup? Or both? Please help...

Hi All:

Lookup tables are far easier to use. In fact, you will find that in order to solve your problem you will need nested ifs. Nesting ifs gets ugly quick. Therefore, I recommend using the vlookup table.

I hope that helps,

Jim