Over 2 million + professionals use CFI to learn accounting, financial analysis, modeling and more. Unlock the essentials of corporate finance with our free resources and get an exclusive sneak peek at the first module of each course.
Start Free
What is the FALSE Function?
The FALSE Function[1] is categorized under Excel Logical functions. The function returns the logical value FALSE. It is as good as typing FALSE in an Excel sheet.
When doing financial analysis, this function becomes useful when we use it with the TRUE function. For example, we can use it if we wish to compare some cells. It can be used with other logical functions such as IF, IFERROR, etc. The function was introduced in Excel 2000 version and is available in all later versions.
Formula
=FALSE( )
The FALSE function syntax does not require a parameter or argument. The function returns a value of FALSE.
How to use the FALSE Function in Excel?
The FALSE function is a built-in function in Excel. To understand the uses of the function, let’s consider a few examples:
Example 1
Let’s consider this example:
If we type =FALSE() in an Excel cell as shown below, we get the result as FALSE.
One can also enter the function directly into a cell. Even if we do not add the parentheses, it would return the Boolean value FALSE.
Example 2
Now, let’s consider another example:
Suppose we want the result as false if A1 is not equal to 1. The formula to use would be =IF(A1<>1,FALSE()). We will get the following result:
We can also enter the value FALSE directly into cells and formulas without using this function. For example:
=IF(A1<>1, FALSE)
If the condition is met, Excel returns FALSE in both examples as specified by us. If the condition is not met, Excel returns TRUE in both examples.
Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:
To master the art of Excel, check out CFI’s Excel Crash Course, which teaches you how to become an Excel power user. Learn the most important formulas, functions, and shortcuts to become confident in your financial analysis.
Take your learning and productivity to the next level with our Premium Templates.
Upgrading to a paid membership gives you access to our extensive collection of plug-and-play Templates designed to power your performance—as well as CFI's full course catalog and accredited Certification Programs.
Gain unlimited access to more than 250 productivity Templates, CFI's full course catalog and accredited Certification Programs, hundreds of resources, expert reviews and support, the chance to work with real-world finance and research tools, and more.