Excel help needed...part deux...can text be added to a cell that contains a formula?

rnmcd

Platinum Member
May 2, 2000
2,507
0
0
For example, I would like to add the word, "East" to a cell that contains a formula...then the output of the cell would be: East (then the output of the formula)

East 67
 

rnmcd

Platinum Member
May 2, 2000
2,507
0
0
Here's what worked for me:

CONCATENATE("East", sum(formula here))