View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Derek Witcher[_2_] Derek Witcher[_2_] is offline
external usenet poster
 
Posts: 6
Default Fine tuning if statement....

I think that something is missing but this is the formula I need.
=IF(O4-N4<0.125%,"Run Time Too Long",IF(O4-N40.125%,"Run Time Too
Short","Run Time OK")) But here is the problem the true statements
work fine but the false statement does not work. What I am a trying
to get is if the false statement which is o4-n4<0.125% so anything
that falls between o4-n4<0.125% Run Time OK.


Any suggestions would be great. thanks in advance for the help.