Hi,
I would like to find a formula than can do the following:
Post in the current cell where I'm writing the formula (cell V5) the text contained in cell J5, if the text "Apple" is found in L5.
I almost got it with this formula : =IF(L5="Apple",J5,"") but it didn't work because, event though I did have "Apple" in L5, there were also other words there so it didn't find that it matched the exact content. I need the J5 cell to be copied even if there are other words in L5, in addition to the one I was looking for. Is that possible?
Thank you for your help!
I would like to find a formula than can do the following:
Post in the current cell where I'm writing the formula (cell V5) the text contained in cell J5, if the text "Apple" is found in L5.
I almost got it with this formula : =IF(L5="Apple",J5,"") but it didn't work because, event though I did have "Apple" in L5, there were also other words there so it didn't find that it matched the exact content. I need the J5 cell to be copied even if there are other words in L5, in addition to the one I was looking for. Is that possible?
Thank you for your help!