ThrottleWorks
Excel Ninja
Hi,
I need to find a string in a range. Please note, I will upload sample file shortly.
Sorry for not uploading at present.
I have 2 ranges.
Range 1 will always be Cell A2, value of range A2 (for example) is "as honda sa"
Range 2 is list of names, for example say bikes.
1 Honda
2 Yamaha
3 BMW
4 KTM
5 SUZUKI
I was thinking of a loop with Range 2 as base and search values in range A2.
So loop will first pick Honda and will search if it is present in value of Cell A2.
I thought of using LookAt:=xlPart while searching but I am not sure where it will pick right results always.
Can anyone please suggest me a better solution.
I need to find a string in a range. Please note, I will upload sample file shortly.
Sorry for not uploading at present.
I have 2 ranges.
Range 1 will always be Cell A2, value of range A2 (for example) is "as honda sa"
Range 2 is list of names, for example say bikes.
1 Honda
2 Yamaha
3 BMW
4 KTM
5 SUZUKI
I was thinking of a loop with Range 2 as base and search values in range A2.
So loop will first pick Honda and will search if it is present in value of Cell A2.
I thought of using LookAt:=xlPart while searching but I am not sure where it will pick right results always.
Can anyone please suggest me a better solution.