IF(SUMPRODUCT((VALUE(J2)=$F$2:$F$21)*(ISNUMBER($G$2:$G$21)))=0,"",INDEX($F$2:$G$21,MATCH(VALUE(J2),$F$2:$F$21,FALSE),2))
thanks, it works great with this second formula!!!
Is there any way to be able to read also text and copy it to the new cell?
I think this is a totally different formula because of not being numbers and I dont want to bother you anymore if it is something complicated.
IF(SUMPRODUCT((VALUE($J2)=$F$2:$F$21)*(ISTEXT($G$2:$G$21)))=0,"",INDEX($F$2:$G$21,MATCH(VALUE($J2),$F$2:$F$21,FALSE),2))
IF(SUMPRODUCT((VALUE($J2)=$F$2:$F$21)*(IF(ISTEXT($G$2:$G$21),ISTEXT($G$2:$G$21),ISNUMBER($G$2:$G$21))))=0,"",INDEX($F$2:$G$21,MATCH(VALUE($J2),$F$2:$F$21,FALSE),2))