Fellow Forum Members,
The function below was posted by a member of this forum and it removes characters to the right of the last occurance of a special character:
=TRIM(LEFT(A1,FIND("$",SUBSTITUTE(A1,"|","$",LEN(SUBSTITUTE(A1,"|","%%"))-LEN(A1)))-1))
I would be very grateful if anyone out there can help me tweak this function so that it removes all characters to the LEFT of a special character (no last occurence needed since it only shows up one time). The special character in this case is an underscore "_"
For example:
xxxxxxx_13405050 converts to: _13405050
or
xrrkdkkwwppp_1230 converts to: _1230
Any help will be greatly appeciated. Thanks.
The function below was posted by a member of this forum and it removes characters to the right of the last occurance of a special character:
=TRIM(LEFT(A1,FIND("$",SUBSTITUTE(A1,"|","$",LEN(SUBSTITUTE(A1,"|","%%"))-LEN(A1)))-1))
I would be very grateful if anyone out there can help me tweak this function so that it removes all characters to the LEFT of a special character (no last occurence needed since it only shows up one time). The special character in this case is an underscore "_"
For example:
xxxxxxx_13405050 converts to: _13405050
or
xrrkdkkwwppp_1230 converts to: _1230
Any help will be greatly appeciated. Thanks.