I have two columns with three possible outcomes
I can get these three formulas to work independently but not sure how to string them together.
=IF((ISBLANK(CEO1)), "CEO")
=IF((ISBLANK(CFO1)), "CFO")
=IF(AND((ISBLANK(CEO4)), ISBLANK(CFO4)), "BOTH")
Hi @Stavros_McGillicuddy
=IF(AND(CEO@row = "", CFO@row = ""), "BOTH", IF(CEO@row = "", "CEO", IF(CFO@row = "", "CFO")))
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
Thanks @Andrée Starå
This worked perfectly.
Just a question, not that it makes a difference to me.. Why did you go with ="" (where I actually started) rather than ISBLANK ?
S.
@Stavros_McGillicuddy
Excellent!
You're more than welcome!
I prefer ="" because it's shorter and I've gotten used to it. 😉
Ah ok.. Just wondering.
thanks again for the help
Sure thing!
I'm always happy to help!
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, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.