View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default If statement problem

=IF(your_formula=0,"No Respones",your_formula)
--
Gary''s Student - gsnu200717


"Scott@CW" wrote:

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")))