hy i m pratap i want to about AND command in excel

  • Thread starter Thread starter i my name is pratap and
  • Start date Start date
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
 
Back
Top