Hi All,
I would like to match the Data IN and Data OUT in my Database.
I have used the formula below to match the data before.
=IFERROR(INDEX('Register OUT'!$A$3:$K$2000,MATCH(1,(DataBase!$C$2='Register OUT'!$C$3:$C$2000)*(DataBase!$D$2='Register OUT'!$D$3:$D$2000)*(DataBase!$E$2='Register OUT'!$E$2000)*(DataBase!$I$2='Register OUT'!$I$3:$I$2000),0),7),0)
Can see the image for details.
>> I want to get Data OUT from Register OUT sheet and match with Data IN in Database Sheet automatically.
But do not know why this time the formula did not become.
I would like to match the Data IN and Data OUT in my Database.
I have used the formula below to match the data before.
=IFERROR(INDEX('Register OUT'!$A$3:$K$2000,MATCH(1,(DataBase!$C$2='Register OUT'!$C$3:$C$2000)*(DataBase!$D$2='Register OUT'!$D$3:$D$2000)*(DataBase!$E$2='Register OUT'!$E$2000)*(DataBase!$I$2='Register OUT'!$I$3:$I$2000),0),7),0)
Can see the image for details.
>> I want to get Data OUT from Register OUT sheet and match with Data IN in Database Sheet automatically.
But do not know why this time the formula did not become.