View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
SowBelly SowBelly is offline
external usenet poster
 
Posts: 13
Default combining two cells

Clement:

If your data in column A is formatted as numbers you may need to do
something like:

Text(A1,"00000") & " " & B1

"Pigs can't be humans, but humans can be Pigs!"

Eating at the trough of life.

Oink!

SowBelly

On Sat, 14 Aug 2004 21:41:55 -0400, "Clement DeCastro"
wrote:

I was wondering if there was a way to combine 2 cells. For example;

cell a1 contains 23 and cell b1 contains Yonge st. I want to combine the
two cells in cell m1 so I have 23 Yonge St.

Is there a way to do this? Any help is appreciated. Thanks.