Is there a way to have an IF statement result show in a bullet list, but if the IF statement is false to not have the bullet show? So I want an IF statement to return text if it is true and have the text show in a bullet list but if the statement is false, return no text or bullet.
If true:
The corporation type is S Corp.
- Shareholders own an S Corp.
If false:
The corporation type is C Corp.