Trying to split a row into multiple rows within the same cell (think alt+enter in excel)
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
tgarf12
5 - Atom
‎06-03-2024
12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Labels:
- Labels:
- Conversation Starter
2 REPLIES 2
HenriHiebert88
6 - Meteoroid
‎06-03-2024
12:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
21 - Polaris
‎06-03-2024
10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
