I have a column as such:
123/456
RENT/214
789/456
123/989
What I need to do is, look at the text before the "/" and replace the whole string with another string (based on the pre-defined value).
I have created a loop to loop through the rows in the a single column and replace a specific value:
I haven't figured out how to strip part of the word. Any help would be appreciated.![]()
Please Login or Register to view this content.
Bookmarks