9

When I edit text in a cell, the editor forces all the text to a single line. When I exit the cell it goes back to wrapping just fine, but its annoying that when I double click on the cell it expands it out and puts my cursor at the end of the cell. I would rather it keep it the same and put my cursor in line where I clicked like it does in excel. Here is what I'm talking about:

enter image description here

If anyone has any ideas on how to get this desired behavior, let me know.

Kara
  • 6,115
  • 16
  • 50
  • 57
Hoopdady
  • 2,296
  • 3
  • 25
  • 40

4 Answers4

3

The most I've gotten is to prevent the cell to expand to the maximum, doing the wrapper manually (Ctrl+Enter). Upon returning to the cell, the wrap is maintained.

enter image description here

wchiquito
  • 16,177
  • 2
  • 34
  • 45
  • 3
    Yeah, I thought of that. It just feels like a lot of extra work for something that I think should be a standard feature. Thanks for the input though. – Hoopdady Oct 17 '13 at 15:04
  • Has anyone made an add-on to correct this behavior? My cell contents tend to be 300+ words that need to be edited regularly, so re-finding the portion I want to edit is too time-consuming. – SirenKing Jan 12 '19 at 03:30
2

Select the wanted cell, Go to the menu-bar : Format > Text Wrapping > Wrap

Jack Ryan
  • 8,396
  • 4
  • 37
  • 76
  • Nowadays it's actually Format > Text wrapping > Wrap/Overflow/Clip – olofom Mar 16 '15 at 20:32
  • You misunderstood the question. The desired behaviour is to wrap text while editing the cell. –  Apr 15 '17 at 20:37
1

I had the same problem. Ctrl + E works and seems to be the only way to wrap text. It would be better to have a WRAP TEXT option in FORMAT options.

TLama
  • 75,147
  • 17
  • 214
  • 392
Feisal
  • 19
  • 2
  • You misunderstood the question. The desired behaviour is to wrap text while editing the cell. –  Apr 15 '17 at 20:37
0

I faced the same problem, and found that it is due to conditional formatting. when I remove conditional formatting, text wrap works fine.

AZK
  • 1