Added by Kurtis Cruzada, last edited by Kurtis Cruzada on Oct 08, 2007  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Returns true if ALL conditions are met.

Syntax

AND( condition1 ; condition2 ; condition3)

Examples

Syntax Result
report: AND(IF ( [Sales] > 0; "True" ; "False"); IF([Sales]< 2000 ; "True" ; "False")) "True"