Skip to main content

Trouble using nested IF formula with AND function

  • December 8, 2021
  • 2 replies
  • 33 views

I keep receiving an invalid error when trying write this formula:

IF({Close ID} != “”, "imported”, IF(AND({Commercial?} = “yes”, {Close ID} = “”), "ready to import”))

field 1 is a single line text field and field 2 is a single select field. Both If statements work when using them separately.

Any help would be much appreciated!!

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

Your last comma is in the wrong place, it should be after the AND()'s closing parenthesis


  • Author
  • New Participant
  • December 8, 2021

Your last comma is in the wrong place, it should be after the AND()'s closing parenthesis


Unfortunately I still receive an invalid error :confused: