Hello,
I am attempting to use nested formula's to create a status update.
I started with, =IF(NO(ISBLANK([Date Submitted to Engineering]),"Sent to Engineering")) and it worked fine. The problem is I need to add multiple status options, with automation like this. So I added the second status and it will not work. Here is the new formula with the second status, I am not sure what I have done wrong.
Can anyone help?
=IF(NO(ISBLANK([Date Submitted to Engineering]),"Sent to Engineering")),IF(NOT(ISBLANK([Site Survey Scheduled]1), "Site Survey Scheduled")
Is there an obvious mistake here? I need to add about 10 status options to this formula, I think it is something to do with syntax, but maybe it's a wrong formula option in the beginning.
Anyway, If someone can see the issue, I would greatly appreciate the help.
Thank you,