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...