Splitting Cells

J

jimmy

I have two sets of data that i want to represent in the
same cell. Is there anyway i can create a diagonal line
through the cell and have the first set of data appear
above the diagonal line and the other set below the line?

for example:

X/Y

1/2
2/3
4/5

something like that, but the diagonal line goes through
the entire cell?

THANKS A LOT
 
J

Jimmy

I had previously tried that, but i do not want it to have
the slash look like that. What i wanted to do was have a
diagonal line that started at the bottom left corner of
the cell and went to the top right corner of the cell, so
as to kinda create to triangles within a cell. Thanks
again for the help...
 
P

Peo Sjoblom

Pad it with spaces like this

=A1&" "&B1 (adapt to fit the cell size)

then do format>cell>border and use a diagonal border
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top