View Single Post
  #2   Report Post  
gls858
 
Posts: n/a
Default

DebbieK9 wrote:
I need to create a formula that removes a space after a comma, that separates
two names, in a cell?

Assuming that the names you refer to are in the format Smith, John and both
are in the same cell. You might consider using the text to columns feature,
Data Text to Columns, and split the cell into three columns one
containing Last Name, one for the comma, and one for the First Name, then
just delete the column with the comma. Probably best to have separate
fields for first and last names anyway.

gls858