Hello, I've search threads with tags autocomplete and vlookup but haven't found some similarities with what I need, so hopefully someone can help. this is my 2nd post, please go gentle on me if this question has already been asked.
What I would like to find is a way for auto updating a part of the text in a cell with list of the complete version of that text. The text always contains a dash "-".
i'm hoping that i could get a formula or VBA code that would get:
Any help would be much appreciated. Thank you for your time. ?
What I would like to find is a way for auto updating a part of the text in a cell with list of the complete version of that text. The text always contains a dash "-".
example (column A) | list (column C) | |
Swap from KGLR-EN1 to KGL-EN1-TRT | TSS-KGLR-EN1-TRTT | |
Migrate from TGLR-en1 and KGL-pn1 to KGL-EN1-TRT | TSS-KGL-EN1-TRT | |
TGLR-en1-TRs2 | ||
TSS-KGL-pn1-TR8 | ||
TSS-KGL-EN1-TRT |
i'm hoping that i could get a formula or VBA code that would get:
Desired Result (column B) |
Swap from TSS-KGLR-EN1-TRTT to TSS-KGL-EN1-TRT |
Migrate from TGLR-en1-TRs2 and TSS-KGL-pn1-TR8 to TSS-KGL-EN1-TRT |
Any help would be much appreciated. Thank you for your time. ?