GenjutsuGhost
New Member
- Joined
- Aug 4, 2021
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I have the following problem.
I need to find a certain word in a string in column B and then copy it to the left cell of the cell.
So if there is a word in column B called
I need the hole string in column B to copied to column A in the exact same row.
Two things maybe to notice is that all words are in quotation marks and they are all unique the same word can be found multiple times in column B, so I can't just find and replace, because they must be copied to the left in column A in the same row.
I hope this clarifies my problem.
The exact same format applies to all strings in column B, but then with a different word:
I need to find a certain word in a string in column B and then copy it to the left cell of the cell.
So if there is a word in column B called
VBA Code:
""Dog": "","
Two things maybe to notice is that all words are in quotation marks and they are all unique the same word can be found multiple times in column B, so I can't just find and replace, because they must be copied to the left in column A in the same row.
I hope this clarifies my problem.
The exact same format applies to all strings in column B, but then with a different word:
VBA Code:
""Dog": "","