I have a range of cells in a row whose text I want to Join() together. The number of total characters in the final "joined cell" is the constraint, that is why I need to group the cells and create multiple joined cells. I want to dynamically calculate cell ranges that are closest or equal to that max. The sequence of cells is fixed, so a group of cells always needs to be together.
I have outlined my desired outcome here:
I probably need some helper columns, but I have a tough time figuring out the best approach.