I need to add a comma after everything in a colum... how?

H

higman.schmidt

how do i do this...

i have text in a series of cells in a colum... i want to add a comma after
the text in each cell... the text is different in each cell.... how do i do
this????
 
H

higman.schmidt

OK ive figured it out.... after searching for an hour or two i found that you
can just use the
=concatenate(k1," ,",c3," ",c4)
where k1 is the physical address
c3 is the city
c4 is the state

this outputs
physicaladdress, city state
 
Top