Col A contains no blanks
Col F contains Blanks and random string
Col F:
i
h
A
iw
LA
tcpi
tmi
How can i create a code to loop throught col F and remove all of the cells that don't contain "i" anywhere in the string. To give the following result
Results:
Col F:
i
iw
tcpi
tmi
Col F contains Blanks and random string
Col F:
i
h
A
iw
LA
tcpi
tmi
How can i create a code to loop throught col F and remove all of the cells that don't contain "i" anywhere in the string. To give the following result
Results:
Col F:
i
iw
tcpi
tmi