I can’t seem to figure this one out. I have 3 Writer fields with 3 corresponding Share fields.

So far I am only able to combine the WRITER fields with the following formula:
{WRITER 1}
& IF(
AND(
{WRITER 1}, OR({WRITER 2}, {WRITER 3}
)
), ', ’
)
& {WRITER 2}
& IF(
AND(
{WRITER 2}, {WRITER 3}),
', ')
& {WRITER 3}
But I’d like to combine WRITER and corresponding SHARE fields and then combine everything in the ALL NAMES COMBINED formula field.
The final combinations should read:
John (BMI: 20457, 50%), Michael (BMI: 20691, 50%)
John (BMI: 20457, 50%), Michael (BMI: 20691, 25%), Charles (PRS: 30918, 25%)
Charles (PRS: 30918, 100%)
Yes, the extra “)”, commas, and percentage signs have to be added in the formula, but my question is, can all this be done in one swoop in the ALL NAMES COMBINED formula field, or do I have to create 3 “PRE-COMBINED” fields for the 3 Writers and their percentages and then combine these fields with my original formula?
It would be great if it could be done in one formula, as I already have way too many fields in my table.
Thank you in advance for pointing me in the right direction. I really do appreciate it!

