top of page

Is there a quick way to write a lengthy IF statement?

  • Writer: David
    David
  • Jun 11, 2015
  • 1 min read

Updated: Nov 14, 2019


When Excel reads a statement that returns TRUE or FALSE, these values are interpreted by the formula as 1 or 0, respectively.

Therefore, these two statements return the same result:

=IF ( ISNUMBER (A1) , B1 , 0 )

=B1 * ISNUMBER (A1)

This can be a useful trick to improve the readability and speed of writing some formulae.

Recent Posts

See All

Comentarios


Message us or

Call us on +44 (0)20 3287 8283

Mon to Fri: 8am-8pm

Weekends: 10am-6pm

bottom of page