vonguyenphu
New Member
- Joined
- May 26, 2019
- Messages
- 29
I have a range of cells with values inside. The values have pattern such as '123-abc'. Now I need to change the value of selection to just 123.
I currently use left function to loop over the selection. But it's very slow because I have 1000 cells.
I currently use left function to loop over the selection. But it's very slow because I have 1000 cells.