Hello, I had a working WORKDAY formula, but when I tried to add the IF statement for blanks it broke the formula.
=IF([Expected DEL Date]@row = "", "", =WORKDAY([Expected DEL Date]@row, 2, {Holidays Range 3}))
Hi, @TAbs, remove the "=" that appears before WORKDAY() and your formula should work again.
= IF([Expected DEL Date]@row = "" , "", WORKDAY([Expected DEL Date]@row, 2, {Holidays Range 3}))
https://help.smartsheet.com/function/workday
I was overthinking it. Thank you!
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, latest, sort, sortType, lookupSort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.