G
Guest
I have a number of cells and I want to eliminate the spaces from each cell. The spaces can be in different locations. Is there a function or combined functions that will do this for me so I don’t have to do it one by one. Assume only one space not multiple space.
Example:
111 222 want 111222
11 22222 want 1122222
I think I need to use the Find,Len,Left/Right/Mid functions.
Example:
111 222 want 111222
11 22222 want 1122222
I think I need to use the Find,Len,Left/Right/Mid functions.