![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Logical > AND |
AND(logical1, logical2 [,logical3] [, …]) |
| Returns the logical AND for any number of arguments. |
| logical1 | The first logical value. | |
| logical2 | The second logical value. | |
| logical3 | The third optional logical value. |
| REMARKS |
| The logical values can be constants, logical equations, cell references or named ranges. | ||
| If any argument does not evaluate to either True or False, then #VALUE! is returned. | ||
| This function can be used to check if values meet certain criteria. | ||
| You can have a maximum of 30 arguments. |
| EXAMPLES |
|
| Functions - A | Index - A | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |