DanielJohnson2
4 years agoQrew Trainee
Formula Multi-Select Text
Hey All,
I'm trying to make a field that says if a summary combined text field [All Deliverables] is blank, then display "N/A", otherwise show the [All Deliverables] field. Is that possible? I've tried:
If(ToText([All Deliverables]) = "" , "N/A", ToText([All Deliverables]))
but I'm getting an error around "N/A" that says "Expecting textlist but found text." I'm also unclear why I have to wrap the final [All Deliverables] in a ToText function, but if I don't I get the error "Expecting text but found textlist."
Thoughts?
------------------------------
Daniel Johnson
------------------------------
I'm trying to make a field that says if a summary combined text field [All Deliverables] is blank, then display "N/A", otherwise show the [All Deliverables] field. Is that possible? I've tried:
If(ToText([All Deliverables]) = "" , "N/A", ToText([All Deliverables]))
but I'm getting an error around "N/A" that says "Expecting textlist but found text." I'm also unclear why I have to wrap the final [All Deliverables] in a ToText function, but if I don't I get the error "Expecting text but found textlist."
Thoughts?
------------------------------
Daniel Johnson
------------------------------