Hey Guys,
within a excel sheet, I would like to delete all spaces within a column.
Doing it by hand I would use Strg and F and would replace the space with nothing.
Thankyou,
Rebekka
Hey Guys,
within a excel sheet, I would like to delete all spaces within a column.
Doing it by hand I would use Strg and F and would replace the space with nothing.
Thankyou,
Rebekka
Hey @rebekka.haendel
Hope you are doing well,
Try This!
row(“yourColumnName”).ToString.Replace(" “,”")
Cheers
@rebekka.haendel
Hello, how do I follow a path for only leading and trailing spaces?