FALSE

returns the logical value FALSE · from excel · excel: not yet compared · sheets: not yet compared

signature

FALSE()

returns: boolean

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =FALSE() false

related

  • AND returns TRUE if all arguments are true
  • EQ true when two values are equal
  • GT true when the first number is greater
  • GTE true when the first number is greater or equal
  • IF returns one value if condition is true, another if false
  • IFERROR returns value if no error, otherwise alternate