Text formula

E

Evan

If I want to copy text from one text cell to another blank text cell, what is
the formula?
 
K

Kevin B

Just reference the cell address the text is in. In the example below the
function gets the value in cell A1 (either text or numeric):

=A1
 
Top