Hi everyone,
I'm a bit of a VBA noob and have been scouring forums trying to piece together the code I need for the following. Hoping someone can help.
I need a function (Excel or VBA) that can check to see if a text string in an adjacent cell exists in a different worksheet in the same workbook. This different worksheet contains many thousands of values, all unique. The formula should return the value from column A of the same row that the string was found in.
I've tried cobbling together match, index and vlookup functions without success. I'm thinking using VBA will be much cleaner.
Thanks in advance for any help you can give me!
I'm a bit of a VBA noob and have been scouring forums trying to piece together the code I need for the following. Hoping someone can help.
I need a function (Excel or VBA) that can check to see if a text string in an adjacent cell exists in a different worksheet in the same workbook. This different worksheet contains many thousands of values, all unique. The formula should return the value from column A of the same row that the string was found in.
I've tried cobbling together match, index and vlookup functions without success. I'm thinking using VBA will be much cleaner.
Thanks in advance for any help you can give me!