if you're referring to the values in the looping formula then not directly as this formula is used in a record selection later.
what you'd do is right click on the formula, choose Format Field and then Display String and put something like this in.
replace(currentfieldvalue,',',chr(10))
why do you need this formula to be displayed though as the subreport will be the only place where the descriptions are?