I have a huge data set. I need to be able to search a row of data for certain words and if that word is contained in the row I need it to copy that whole cell. If that word is not contained in the row I need it to either stay blank or give me a 0. Either way is fine. Each word though also contains a number next to it, thats why I need it to copy the whole cell so that the number is included. It looks like this:
Row 1 -- 5 Notropis 6 Cyprinella 10 Catfish 7 Machrybopsis .... and so on.
I need to search row 1 for example for the word "Cyprinella".. if this word exists (which is does in this example, I want it to output "6 Cyprinella".
If I searched this same row for the word "Plecostomous" (which is not contained in the example row, I want it to stay blank or say "0".