Forum Discussion
Mike__580
Sep 27, 2023Copper Contributor
View bottom text with large amount in cell
I have cells with a large amount of text. Cannot increase cell height, but want to see the bottom of the text., not as important to see the top. The text is activity log information newest is always appended to the bottom of the text.
2 Replies
- OliverScheurichGold Contributor
=RIGHT(E7,100)
This formula always returns the rightmost 100 characters of cell E7. Does this help in your actual sheet?
- Mike__580Copper Contributor
maybe not since it would be a separate function (formula). More cumbersome that if I could just bias the text in the cell to show the bottom instead of the top. Right now the only way to see it is in the edit mode when adding more text lines. Thanks for the response.