malaki1974
New Member
- Joined
- Feb 14, 2006
- Messages
- 46
Hello,
I'd like to check if a word contains matching first/last letters from 2 cells. I can't quite get it to work. In fact, it doesn't work at all - I over sold 'quite'.
Eventually I will check MANY words for MANY different first/last matches so I want to automate obviously.
Example data, example code below.
A B C
First Letter Last Letter Possible Words
L N Learn
Loon
AND(IF(LEFT(TRIM(C1),1)=A1,IF(RIGHT(TRIM(C1),1)=B1)))
Again, I will eventually run this with different words per a/b like loon, lean, loren, etc. and then c/e for choose, chase etc.
Thank you for the help/direction.
I'd like to check if a word contains matching first/last letters from 2 cells. I can't quite get it to work. In fact, it doesn't work at all - I over sold 'quite'.
Eventually I will check MANY words for MANY different first/last matches so I want to automate obviously.
Example data, example code below.
A B C
First Letter Last Letter Possible Words
L N Learn
Loon
AND(IF(LEFT(TRIM(C1),1)=A1,IF(RIGHT(TRIM(C1),1)=B1)))
Again, I will eventually run this with different words per a/b like loon, lean, loren, etc. and then c/e for choose, chase etc.
Thank you for the help/direction.
Last edited: