Length x Width x Height two-way column link

Hi, I want to have one column where the user enters an object’s length width and height in the format
# x # x #

And then it should populate the respective columns accordingly

If someone changes one of the individual columns, it should update the stringified column
If someone changes the stringified column, it should update the respective columns

So to summarize, I would like columns for:

  • String version in the format “Length x Width x Height”
  • Length
  • Width
  • Height

And I want to be able to edit either the string or the individual columns

Thanks!!