Ascii in a cell

G

Guest

Hie team:

I need to know if is possible that in a cell we can use ascii character or
commands. imean, in a cell i want to merger to cells but that appear in every
single line inside the cell

cell a1 = hi
cell b1 = there
cell c1 = ="a1" & (what need i use in order to put enter here) & "b1"

i want to in cell c1 appear:
hi
there
if possible ?

regards
 
D

Dave Peterson

=a1&char(10)&b1

remember to format|Cells|alignment tab|wraptext
or you'll see a little square box.

=char(10) is the same as alt-enter if you were typing.
 
G

Guest

you are a monster dave!!!
thax a lot. (y)

Dave Peterson said:
=a1&char(10)&b1

remember to format|Cells|alignment tab|wraptext
or you'll see a little square box.

=char(10) is the same as alt-enter if you were typing.
 
G

Gord Dibben

We have known that for a while, but this is the first time I've seen it in
print<g>


Gord

you are a monster dave!!!
thax a lot. (y)

Gord Dibben MS Excel MVP
 

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