View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default how do I write a formula for if b4 is between 1 and 100 then good

=if(b1<=100,"good",if(b1<=200,"No good","stop"))

"billy boy" wrote:

how do I write a formula for if b4 is between 1 and 100 then good or between
101 and 200 no good or 201 and 300 stop?
Thanks