Excel, delete space in a column

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

1 Like

Hello, how do I follow a path for only leading and trailing spaces?