View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default how to express dan < using excel?

=IF(AND(A110,A1<20),"Yes","No")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Laksmi" wrote in message
...
How to express function (bigger than) and < (smaller than) in excel?