Hi,
Can someone help we with a code for below scenario.
I have data in A column and need to split it to B, C, D Columns. below is possible formats of data.
1. If it contains data with "AB" then it has to pull the 8 digit alpha numeric (8 numbers + 5 alphabets) ID and paste it in B column cell
2. If it contains data with "FG" then it has to pull the 8 digit alpha numeric ID and paste it in C column cell
3. If it containd data "Ver" then number associated with "Ver" is to be pasted in D column cell. "ver1" and '(ver, 3)" are the only possible formats.
4. If it neither has above three then we can ignore it.
5. if it is blank then ignore it.
thank you in advance.
Can someone help we with a code for below scenario.
I have data in A column and need to split it to B, C, D Columns. below is possible formats of data.
1. If it contains data with "AB" then it has to pull the 8 digit alpha numeric (8 numbers + 5 alphabets) ID and paste it in B column cell
2. If it contains data with "FG" then it has to pull the 8 digit alpha numeric ID and paste it in C column cell
3. If it containd data "Ver" then number associated with "Ver" is to be pasted in D column cell. "ver1" and '(ver, 3)" are the only possible formats.
4. If it neither has above three then we can ignore it.
5. if it is blank then ignore it.
thank you in advance.
Column - A | Column B - AB ID | Column C - FG ID | Column D - Version |
---|---|---|---|
SINAB76542658 - Ver1 | SINAB76542658 | 1 | |
SINAB76390659 - (Ver, 3) | SINAB76390659 | 3 | |
SINAB76327645 | SINAB76327645 | ||
SINFG76542658 - Ver11 | SINFG76542658 | 11 | |
SINFG76542376 - (Ver, 7) | SINFG76542376 | 7 | |
75638jhm | |||