How to create different height rows in different columns

E

ezy

I want a spreadsheet with one column having different height cells than the
others.
How can I do that?
 
D

Dave Peterson

You can merge cells.

Select the range of cells
format|Cells|alignment tab|check merge

Be aware that merged cells don't play nice with other features (VBA code,
copy|paste, sorting...).

I do my best to live without them.
 
Top