Related questions
If two cells match, return value from third
Here's a simple explanation of what I'm having trouble with.
Column A: List of 2300 order numbers
Column B: Email Address associated with an order number
Column C: List of 100 specific order numbers that I need the email address for
So, …
Excel: Searching for multiple terms in a cell
I use this handy equation to search for a term inside of a cell in excel.
=IF(ISNUMBER(SEARCH("*Gingrich*",C1)),"1","")
This equation searches for the presence of Gingrich in C1, if it exists, it displays a 1.
All I'd like …