Hello. I have a "Responsible-report" helper column that captures a value from a field in the "Responsible" column and flows up to all the ancestors.
=Responsible@row + CHAR(10) + JOIN(DESCENDANTS(Responsible@row), CHAR(10))
I updated the menu dropdown options in the "Responsible" column and the fields that were "incorrect" because of the update. However, the "Responsible-report" column still returns a few incorrect values. I double-checked the "Responsible" column in the sheet and there is not a field that has an incorrect value in it. I also took the column formula off "Responsible-report", deleted all of the field values and then added it back in and it is still pulling the incorrect values. Any ideas of why this is happening and how to fix it? Thank you!!
The "Responsible" column is a dropdown list, does not allow multiple values per cell and does restrict to list values only.
The "Responsible-report" helper column is Column Type-Dropdown list, does allow multiple values per cell and does restrict to list values only.
See attached PDF for examples. Thank you!