View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MartinW[_2_] MartinW[_2_] is offline
external usenet poster
 
Posts: 168
Default =If( statement for 80-90% condition then write "ME"

Maybe
=IF(AND(A180%,A1<90%),"ME","")
or
=IF(AND(A1=80%,A1<=90%),"ME","")

If they are no good then you will have to explain
in a (lot) more detail.

HTH
Martin


"Master T" <Master wrote in message
...
=If( statement for 80-90% condition then write "ME"