How to return null value for a list formatted line item

Options

Is there a elegant way to do that? currently i am using one column to return text value and another column to find back the item. Because it won't allow me to enter

if in tier = True then Item(Tenure) else ""

because "" is not in the list of Tenure.

Best Answer

Answers