I have this data, it has too much details in one column. I'm trying to write a formula that will find only certain contents based on cell A on another tab. If it matches whats in one of those cells, then pull that name or details. How would I go about writing a formula for this?
I looked up something, but this one below isn't very helpful or I wouldn't understand how to vlookup the other cell and then if matched pull data from cell A?
=VLOOKUP("*"&val&"*",data,2,FALSE)
I looked up something, but this one below isn't very helpful or I wouldn't understand how to vlookup the other cell and then if matched pull data from cell A?
=VLOOKUP("*"&val&"*",data,2,FALSE)