I have this:

enter image description here

and would like to split those three cells into two rows without affecting the rest of the spreadsheet.

Something like this:

enter image description here

But this was done by adding another row and then merging the cells next to it

2

1 Answer

Yes, that's the only thing you can do. You can't have half a row, at least if you need both halves to be separately accessible to formulas and so on.

If you don't actually need two independent entries, but you want to put two things in the cell, you can press Alt+Enter during entry to add a newline into the cell contents.

But that's only going to help you if you only need plain text in the cells and you don't need to use them in a formula anywhere else. Otherwise, you're going to have to create an extra row and merge the cells you don't want to be doubled. (If it's just for appearance, you can probably get away with just putting a white border between them.)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy