[MagicDraw] Custom Column Using Results of Another Custom Column

Hello,

I am working with a Generic Table to capture metachain links going from requirements to use cases to components that are involved in the use cases. Ultimately, I end up having 2 custom columns per row. I would like to create a new custom column called "Status". The "Status" column should look at the 2 other custom columns and determine the status of the row to be "Incomplete", "Partial", or "Complete" based on if the other columns are populated. Is there a way to achieve this?