2

I made this formula for a calculated column that works from with single line columns, but am unable to make it work with a multiple line column.

=IF(ISERROR(FIND("flight",[shipping])),"ground","flight")

What am I doing wrong?

2 Answers 2

1

As Ganesh said, Multiple Lines of Text columns are not supported in Calculated columns.

You can create SharePoint designer workflow to achieve you requirement, using if condition and set a field to value in the current list action.

1

This is a known behavior. Calculated columns does not allow Multiple Lines of Text columns to be used in their formulas.

Reference: SharePoint 2013 Make Calculated Column based on Custom Column

Workaround: You can create a Microsoft Flow/Power Automate or SharePoint designer workflow to check the substring in your multiple lines of text field and set the custom field value accordingly.

1
  • Hi @archy321, does this answers your question? If Yes, Please Upvote(^) and accept as an Answer so that it will not be shown under unanswered questions list. Commented May 15, 2020 at 8:55

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.