I have a pretty complex string of nested IF statements that appear as bulleted items. If the string returns anything at all, I need it to display with a title at the top “Pending Items:”. If it returns nothing at all, the title should also not appear. There is no way to add the current field title into it’s own formula, so I’m not quite sure how to approach this.
Solved
If current formula field returns anything, then show specific text, otherwise, display nothing
Best answer by Sarah_MacGregor
I found a solution: IF((past entire string of nested if statements ) = “”, “”, “My Title for Bulleted List Below\n” & (original entire string of nested if statements producing a bullet list))
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

