noclass1980
New Member
- Joined
- Nov 29, 2012
- Messages
- 7
I want to search column C on for a specific string. The cells in column C can hold variable length strings such as
C1: AAB1,
C2: AB1, B1, C1
C3: D2, E3
etc.
I want to find the first instance of a specific string and then copy cells around it. The problem I have is that, the use search doesn't seem to find the required string if that string is also part of another longer string. For example, I want to find string AB1 but the search returns the first instance of AB1 in the cell C1, rather than the required one in cell C2. Is there a way to look for the required string even though it may appear within a different, longer string? All the individual strings within a cell are comma delimited if there is more than one string.
Thanks in advance.
C1: AAB1,
C2: AB1, B1, C1
C3: D2, E3
etc.
I want to find the first instance of a specific string and then copy cells around it. The problem I have is that, the use search doesn't seem to find the required string if that string is also part of another longer string. For example, I want to find string AB1 but the search returns the first instance of AB1 in the cell C1, rather than the required one in cell C2. Is there a way to look for the required string even though it may appear within a different, longer string? All the individual strings within a cell are comma delimited if there is more than one string.
Thanks in advance.