Is there a simple way to remove a string from every column in a row in a DT

@DaveF
have a look on following demo, showcasing removing, trimming values:TrimRemove_AllCellsAllRows.xaml (9.0 KB)

with a change of the replace arguments the NA, - can be changed with the approach. As replace is chainable we can work like this. yourString.replace(“NA” …replace(“-”…

also have a look here: