ronmaltase
New Member
Hello,
I’ve got two sheets with columns of data. I need a formula to look at each word in each cell in column c on sheet one, and then search each word in each cell in column e on sheet two, and if it finds a matching word, then return the corresponding value from sheet two column f back to sheet one column d.
I’ve used this before: IF(ISNUMBER(SEARCH("OVERTIME",L3)),"OVERTIME",””)
But that is searching for text that I’ve specified, from a specific cell. I’ve got two sheets ‘and’ ranges of data.
Any thoughts? Thanks, Ron M.
I’ve got two sheets with columns of data. I need a formula to look at each word in each cell in column c on sheet one, and then search each word in each cell in column e on sheet two, and if it finds a matching word, then return the corresponding value from sheet two column f back to sheet one column d.
I’ve used this before: IF(ISNUMBER(SEARCH("OVERTIME",L3)),"OVERTIME",””)
But that is searching for text that I’ve specified, from a specific cell. I’ve got two sheets ‘and’ ranges of data.
Any thoughts? Thanks, Ron M.