Hello all,
I recently watched https://www.youtube.com/watch?v=Tq3B168qT5E and have a question regarding this. My list for example contains these 4 words that i need to use to search for a similar words in a column.
admin
List 1
unix
hrms
quality
The cells that i am searching for any of these are in contain all these with many other non matching words.
When i used the method shown in the video i was able to get the results. However, i hit a roadblock when some of the words have extra letters in them. For example,
List 2
rsa, dba
unix, admin
unixprd
hrmsprd
qualitysys
Now, i wanted to match exactly the word unix since its common in both but i don't want it to show unixprd which is a different word but contains the word unix in it. How do i go about resolving this issue since i need exactly what is in my list.
Appreciate any help i can get.
I recently watched https://www.youtube.com/watch?v=Tq3B168qT5E and have a question regarding this. My list for example contains these 4 words that i need to use to search for a similar words in a column.
admin
List 1
unix
hrms
quality
The cells that i am searching for any of these are in contain all these with many other non matching words.
When i used the method shown in the video i was able to get the results. However, i hit a roadblock when some of the words have extra letters in them. For example,
List 2
rsa, dba
unix, admin
unixprd
hrmsprd
qualitysys
Now, i wanted to match exactly the word unix since its common in both but i don't want it to show unixprd which is a different word but contains the word unix in it. How do i go about resolving this issue since i need exactly what is in my list.
Appreciate any help i can get.