View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Scott@CW Scott@CW is offline
external usenet poster
 
Posts: 62
Default If statement problem

If the result to the below formula is "0", how can I rewrite this to say "No
Respones"?

=IF(C5="APR07",VLOOKUP(C6,APR07!D16:AB600,4,FALSE) ,IF(C5="MAY07",VLOOKUP(C6,MAY07!D16:AB600,4,FALSE) ,IF(C5="JUN07",VLOOKUP(C6,JUN07!D16:AB600,4,FALSE) ,"No
Data")))