Space Remove

Can you tell how can I remove the space from inside the column. 

0 4 134
4 REPLIES 4

I don't know what do you mean by "inside the column".

Assuming it's a field... AppSheet doesn't remove characters, it replaces them with "nothing", hope it makes sense.

SUBSTITUTE(
  "This is some text",
  " ",
  ""
)

Produces:

Thisissometext 

Will this function remove more space? 

What do you mean?

Steve
Platinum 4
Platinum 4
Top Labels in this Space