Hi,
Im using the next code:
=if(And([BB] = [MTDate],[AA] = [TesterName]),[MASTER_STATUS],"")
that mean that if BB data is equal to MTdate data then check AA data equal to tester name, if all true take status data, if not paste "".
What i would like to know if there is a possibility to...