Formula
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Best way to show using a formula or how to identify firs the hyphen ----- and remove hyphen:
1. if Zip Code is not 5 or 9 digits (excluding hyphen symbol), please scrub/delete number when populating on Output file
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@hi2019 Can you provide an input and expected output for better understanding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@hi2019
There are so many different ways how to do it. I guess the best way is the one that matching your knowledge level, so you yourself can create it. When is done, then you can try different ways that maybe more advanced.
That is the best way to learn, use the level of knowledge that you have to solve it then enhance your knowledge with training, weekly challenges. So there is no one best way. There is the best way for your level of knowledge, weather is will be simple formula, regex phrases, it does not matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
if zip code is not 5 or 9 digits not counting hyphen (-)- delete # completely
if zip code has a hypthen (-) delete HYPTHEN
45678-96 output delete
45768-1589 output 45768 1589
45768- output 45768
