Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Unparseable Error in IF(And formula

✭✭
edited 12/09/19 in Formulas and Functions

I'm trying to create an IF statement that relies on the data in 2 cells.  Basically, if one cell is checked off and the other is empty, I want to create a formula on a new cell (which I will hide) so I can ultimately send an update request to the user to fill in the notes field.  I haven't used the AND formula nor have I (successfully) used the ISBlank function.  My attempt at the formula is below...

=IF(AND(Complete?1 = 1, Notes1 = ISBLANK, 1, 0))

=IF(AND(Complete?1 = 1, Notes1 = ISBLANK), "True", "False"))

Keep getting unparseable errors.  Does anyone know what I'm doing wrong?

Tags:

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions