Based on the screenshot below, I am trying to write a formula that will pull in the reason for change on the row where " most recent change" is checked. Thoughts on the best formula?
I've tried:
=IF([Most Recent Change]:[Most Recent Change] = 1, [Reason for Change]:[Reason for Change] , "")
Is there something I can do with @cell?
Thanks!