Hi @ chasman ,
You can achieve this by creating a Calculated column (calculation based on "MotherColumn" column): display "Yes" or "No" corresponding to the content in the "MotherColumn" in the corresponding column.
Here are steps:
1.Create a Calculated column(named Strategy 1)
2.Enter the following formula:
=IF(ISERROR(FIND("Strategy 1",MotherColumn)),"No","Yes")
This step needs to be repeated five times for the five corresponding "daughter columns".
The final display effect is shown in the figure below:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.