Hi all,
In the raw file, there have several different words I need to clean up first so I use formula SUBSTITUTE to do it. For example, I need to substitute %20, http://, and WER: to be blank. I created three columns, one for Substitute[ColumnA, "%20",""], another column Substitute[ColumnB, "http://",""] and the other Substitute[ColumnC, "WER:",""].
Does anyone know how to combine three factors into one column if one or more of them exists, replace them to blank?
Thank you!
In the raw file, there have several different words I need to clean up first so I use formula SUBSTITUTE to do it. For example, I need to substitute %20, http://, and WER: to be blank. I created three columns, one for Substitute[ColumnA, "%20",""], another column Substitute[ColumnB, "http://",""] and the other Substitute[ColumnC, "WER:",""].
Does anyone know how to combine three factors into one column if one or more of them exists, replace them to blank?
Thank you!