# logical functions

branch and combine conditions.

18 functions.

- [AND](https://deepcalc.com/functions/and.md) — returns TRUE if all arguments are true
- [EQ](https://deepcalc.com/functions/eq.md) — true when two values are equal
- [FALSE](https://deepcalc.com/functions/false.md) — returns the logical value FALSE
- [GT](https://deepcalc.com/functions/gt.md) — true when the first number is greater
- [GTE](https://deepcalc.com/functions/gte.md) — true when the first number is greater or equal
- [IF](https://deepcalc.com/functions/if.md) — returns one value if condition is true, another if false
- [IFERROR](https://deepcalc.com/functions/iferror.md) — returns value if no error, otherwise alternate
- [IFNA](https://deepcalc.com/functions/ifna.md) — returns value if not #N/A, otherwise alternate
- [IFS](https://deepcalc.com/functions/ifs.md) — checks multiple conditions, returns first match
- [ISBETWEEN](https://deepcalc.com/functions/isbetween.md) — true when a number lies within a range
- [LT](https://deepcalc.com/functions/lt.md) — true when the first number is smaller
- [LTE](https://deepcalc.com/functions/lte.md) — true when the first number is smaller or equal
- [NE](https://deepcalc.com/functions/ne.md) — true when two values differ
- [NOT](https://deepcalc.com/functions/not.md) — reverses the logic of its argument
- [OR](https://deepcalc.com/functions/or.md) — returns TRUE if any argument is true
- [SWITCH](https://deepcalc.com/functions/switch.md) — evaluates expression against list of values
- [TRUE](https://deepcalc.com/functions/true.md) — returns the logical value TRUE
- [XOR](https://deepcalc.com/functions/xor.md) — returns exclusive or of all arguments

## navigate

- [function index](https://deepcalc.com/functions.md)
- [error values](https://deepcalc.com/errors.md) · [concepts](https://deepcalc.com/concepts.md) · [limits](https://deepcalc.com/limits.md)

source: https://deepcalc.com/functions/logical-functions