General Discussions

Discuss any topics that are not product-specific here.

Trying to split a row into multiple rows within the same cell (think alt+enter in excel)

tgarf12
5 - Atom

I have assertions (A,B,C,D) and I am trying to make them appear in the cell as seperate rows, but all within the same cell.

A

B

C

D

 

Can someone please help with this

2 REPLIES 2
HenriHiebert88
6 - Meteoroid

To split a row into multiple rows within the same cell, use the line break character (typically represented as "\n" in programming languages or "Ctrl + Enter" in Excel) to create the desired line breaks.

Qiu
21 - Polaris
21 - Polaris

We can first split the characters into rows then Use Summarize tool with "\n" as delimeter as below.

0604-tgarf12.png

Labels