=OR(ISBLANK Formaula
Options

Anthony Nicholas
ββ
Hello,
I am trying to build a =OR(ISBLANK formula into a text box column. Check will display is any cell is blank.
I have the following formula but is displaying #INCORRECT ARGUMENT SET. =OR(ISBLANK([Producer Code(s)]@row, ISBLANK([Servicer AM/AE Codes]@row, ISBLANK([SIC Code]@row, ISBLANK(FEIN@row, ISBLANK([LOBβs to be set up]@row, ISBLANK([BOR Effective Date]@row, ISBLANK([Date Submitted]@row))))))))
I have the same formula in another sheet with other cells and works so I am very lost.
Thank you!!!
Tags:
Answers
-
=OR(ISBLANK([producer code(s)]@row), ISBLANK([Servicer AM/AE Codes]@row), ISBLANK([SIC Code]@row), ISBLANK(FEIN@row), ISBLANK([LOBβs to be set up]@row), ISBLANK([BOR Effective Date]@row), ISBLANK([Date Submitted]@row))
you can try doing it like this. you'll want to enclose your ISBLANK functions
Sincerely,
Jacob Stey
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!