Skip to main content

My Current format is like this

I want the format to be

Shrink-General |
5 x RM-SHRINK
1 x RM-SLIP
1 x RM-BAREFOOT

What is the formula for that?

ā€œ\nā€ is how you add a line break. So it would be this:

"Shrink-General |"&"\n"&"5 x RM-SHRINK"&"\n"&"1 x RM-SLIP"&"\n"&"1 x RM-BAREFOOT"

ā€œ\nā€ is how you add a line break. So it would be this:

"Shrink-General |"&"\n"&"5 x RM-SHRINK"&"\n"&"1 x RM-SLIP"&"\n"&"1 x RM-BAREFOOT"

Thank you for swift reply! Solved!