diversification
New Member
- Joined
- Jun 24, 2020
- Messages
- 37
- Office Version
- 365
- Platform
- Windows
Hi there,
This topic has been brought up a few times, but the solutions I've found are not working too well. All I want to do is be able to remove all non-printing characters (including outliers like CHAR 160) and not have to worry about it breaking functions (primarily MATCH.) I'm not entirely clear on why neither TRIM or CLEAN handles these outliers; from one article it sounds like it's values 127, 129, 141, 143, 144, 157 and 160, but I suspect there might be others too.
Anyway, I'm wondering if anyone has a solution that might work the way I guess I would have assumed that CLEAN would work, by removing *all* off these characters. This solution from a similar thread seemed like it might work, but after trying it out, it just returns a #NAME? error. CLEAN() not dependable to remove non-printable characters?
Ideally, I'd be looking for something that doesn't chew up a ton of processing power, as I may be using it on very large spreadsheets.
This topic has been brought up a few times, but the solutions I've found are not working too well. All I want to do is be able to remove all non-printing characters (including outliers like CHAR 160) and not have to worry about it breaking functions (primarily MATCH.) I'm not entirely clear on why neither TRIM or CLEAN handles these outliers; from one article it sounds like it's values 127, 129, 141, 143, 144, 157 and 160, but I suspect there might be others too.
Anyway, I'm wondering if anyone has a solution that might work the way I guess I would have assumed that CLEAN would work, by removing *all* off these characters. This solution from a similar thread seemed like it might work, but after trying it out, it just returns a #NAME? error. CLEAN() not dependable to remove non-printable characters?
Ideally, I'd be looking for something that doesn't chew up a ton of processing power, as I may be using it on very large spreadsheets.