---
title: "Use the FALSE Function to Return a Logical FALSE Value"
slug: "false-function"
description: "Learn to return the boolean value FALSE in Pigment by using the FALSE function for clean logical operations."
updated: 2025-05-30T09:38:45Z
published: 2025-08-22T10:57:28Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pigment.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FALSE function

## Description

Returns the logical value FALSE.

## Syntax

FALSE

## Return type

Boolean

## Example

| **Case** | **Returns** | **Return Type** |
| --- | --- | --- |
| `IF(Month.'Start Date' &gt; DATE(2020,4,1), TRUE, FALSE)` | returns `TRUE` for all months after April 2020, `FALSE` otherwise | `boolean` |

---

**Excel equivalent**: [FALSE](https://support.microsoft.com/en-us/office/false-function-2d58dfa5-9c03-4259-bf8f-f0ae14346904)

**See also**: [AND](/v1/docs/and-function), [OR](/v1/docs/or-function), [NOT](/v1/docs/not-function), [TRUE](/v1/docs/true-function), [IF](/v1/docs/if-function)

<style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style><style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style>
