how do you split a cell within the same column?

S

Sher

I am doing an excel spreadsheet and need to enter some details into a cell
but I would like the cell to be split in two within the same colum. Is this
possible? How do I do this?
 
B

Bob Phillips

Not possible, a cell is part of a row and part of a column, and inherits
many attributes, such as width and height, from these.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
A

arno

Hi Sher,

bob is right. however, you could join two cells of two columns
together, except where you need the two cells. So eg. you join all
cells from B1 to C5, B6 und C6 are "the two cells in a column" and you
join again B7 to C100... This would require some redesign of your sheet
an would work as a workaround.

arno
 
Top