View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default hy i m pratap i want to about AND command in excel

Hi,

What do you want to know about it. It's an an operator sude to check if 2 or
more arguments evaluate as true or false

=AND(A1<"",B1<"")

evaluates as true if both A1 & b1 have data in the cells

Mike

"i my name is pratap and" wrote:

i want to know about AND command