Forum Discussion
Pandadev
5 years agoPost Prodigy
Remove text from column based on another column in same table
I have a table imported daily from the web and it contains two columns , one is name and address and the other is just address I need to extract just the name from the address , by a formula to remo...
- Anonymous5 years ago
HI Pandadev,
Did you mean to remove the 'text string' stored in the 'address' column from the 'name address' field? If that is the case, you can create a calculated column with SUBSTITUTE function:
Replaced = SUBSTITUTE([Name Address],[Addresss],"")Regards,
Xiaoxin Sheng
Anonymous
5 years agoNot applicable
HI Pandadev,
Did you mean to remove the 'text string' stored in the 'address' column from the 'name address' field? If that is the case, you can create a calculated column with SUBSTITUTE function:
Replaced = SUBSTITUTE([Name Address],[Addresss],"")
Regards,
Xiaoxin Sheng