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 extend my search for more rows (different once) that applied to the =if And([BB] = [MTDate] but located At diffrent place.
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 extend my search for more rows (different once) that applied to the =if And([BB] = [MTDate] but located At diffrent place.