Hello,
Please I need your help
I'm trying to find a value reference to two columns, I'v tried it in Excel worksheet, it works fine, but I'm not able to use it in VBA
Here is the function that I tested in Excel worksheet in range (I2) and works fine
=INDEX(E:E,MATCH(1,(A:A=G2)*(B:B=H2),0))...