Fellow Forum Members,
How can the code below be modified so that it Trims all text located to the left of HYPHEN that follows the RRRRR shown below?
=MID(A2,FIND("-",A2)+1,99)
Example Format:
K00005-RRRRR-10-444-5555-667
In other words, the result I'm seeking is:
10-444-5555-667 (the K00005-RRRRR- text is trimmed out via the formula)
I need the formula to be able to FIND that specific hyphen even if the quantity of characters that precede the second hyphen from left fluxuates.
Any help will be greatly appreciated. Thanks.
How can the code below be modified so that it Trims all text located to the left of HYPHEN that follows the RRRRR shown below?
=MID(A2,FIND("-",A2)+1,99)
Example Format:
K00005-RRRRR-10-444-5555-667
In other words, the result I'm seeking is:
10-444-5555-667 (the K00005-RRRRR- text is trimmed out via the formula)
I need the formula to be able to FIND that specific hyphen even if the quantity of characters that precede the second hyphen from left fluxuates.
Any help will be greatly appreciated. Thanks.
Last edited: