When using AND, the most common questions fall into 3 groups: formula errors, unexpected results, and applying the formula across multiple cells.
FAQ
What should I do if AND shows an error after I enter it?
- Check whether the formula starts with an equals sign
=. - Make sure parameters are separated with English commas instead of full-width punctuation.
- Check whether each condition expression is complete, including operators and cell references.
- Edit the formula and press Enter again.
Why does the AND result not match what I expected?
- Check each condition one by one to confirm whether all of them are true.
- Confirm that referenced cells contain the expected data type, such as numbers instead of text.
- If AND is combined with IF or another function, review both the AND part and the outer formula.
- If needed, test each condition in a separate cell first.
How can I use AND in multiple cells at once?
- Enter the correct AND formula in the first target cell.
- Select that cell and move the pointer to the fill handle in the lower-right corner.
- Drag down or across to copy the formula to other cells.
- Check whether
$is needed to lock references.
Glossary
| Term | Definition |
|---|---|
| AND function | A logical function that checks whether multiple conditions are all true. |
| Logical value | A result such as TRUE or FALSE. |
| Parameter | A condition or value entered into a function. |
| Formula bar | The input area above the worksheet where formulas can be viewed and edited. |
| Relative reference / Absolute reference | Cell reference behavior that changes or stays fixed when a formula is copied. |