Excel Function : AND

Download now!

Excel Function : AND

Category

Logical

Description

Returns TRUE if all of its arguments are TRUE

Microsoft Excel Reference Page

https://support.office.com/en-us/article/AND-function-5f19b2e8-e1df-4408-897a-ce285a19e9d9

Syntax and Description of the AND Excel Function

AND vba The syntax for an Excel function is as follows: function_name(argument1,argument2,...) The syntax for a VBA code is as follows: [Private | Public | Friend] [Static] Sub name ([ByVal | ByRef] [Parameter list]) End Sub

About AND Excel Function

The AND function returns TRUE if all conditions are TRUE, and FALSE if any condition is FALSE.