A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
DeanH wrote:
I know you can use Alt+Return to add a carriage return (new line) in a cell but how do you do this in the middle of a formula?
Try:
="new"&CHAR(10)&"line"
formatted with Wrap Text set in the Alignment tab.
Caveat: There are many operations that will cause this to revert to appearing as "new()line", where I use "()" to represent the square box that represents nonprinting characters. When that happens, you will need to re-edit the cell by selecting the cell, pressing F2, then Enter.