Hi @Jeannie_Ruesch_BDC - to avoid fields showing “#ERROR” you first want to check if the JIRA date exists, then if it does, check if the Due Date exists, so this should work for you:
IF(
{Date JIRA submitted},
IF(
{Due Date},
WORKDAY_DIFF({Date JIRA submitted},{Due Date}),
WORKDAY_DIFF({Date JIRA submitted},TODAY())
)
)
Hi @Jeannie_Ruesch_BDC - to avoid fields showing “#ERROR” you first want to check if the JIRA date exists, then if it does, check if the Due Date exists, so this should work for you:
IF(
{Date JIRA submitted},
IF(
{Due Date},
WORKDAY_DIFF({Date JIRA submitted},{Due Date}),
WORKDAY_DIFF({Date JIRA submitted},TODAY())
)
)
THANK YOU! That worked - exactly what I needed. And yes - I was getting error on my other formula, so appreciate that, as well.
The Airtable community is amazing. :slightly_smiling_face: