I have treid with Filter, xlookup, search and much much more, but ...
D1 is where the wanted formula will reside.
Column A1:A3 contains a list of words.
C1:C3 contains one letter each.
How du I get a list of words from column A1:A3 containg only of the letters in C1:C7
Same letter can be used more than once.
eks.:
Column A
train
cart
plane
aeroplane
streetcar
tram
art
C1:C3
a
r
t
Output with spill in D1:
train
cart
plane
aeroplane
streetcar
tram
art
I tried =FILTRER(A1:A7,ISNUMBER(SEARCH(C1&"*",A1:A7))) in D1, but it does not give the correct answer.
It lists all words containg these letters and others, not words containing of only these letters.
All I want is the last word art.
VBA?
Last edited by Tresfjording; 02-16-2022 at 03:23 PM.
"I don't get things easily, so please be precise and elaborate"
If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.
That's really cool! (Reminds me that I need to upgrade to Office 365 :p) Although I think OP wanted all words which are entirely made up of those characters but it is not necessary that all of those characters must exist in the word (for example "Ar" should be a valid word). If that's the case, would this be correct?
Re: search for cells containing only certain letters
But I must admit that a list of more than half a million words i A:A makes it too much for my computer, it seems.
An Intel I5 and 12GB RAM is not enough. Get a not enough memory error message using sourabhg98's solution
Bookmarks