vesnabukleskamk
New Member
- Joined
- Oct 2, 2019
- Messages
- 2
Hi, honestly i have no idea wich formula to use in excel2010 - to solve this problem.
I need to check if deposit 1 is equal with deposit 2. it is easy when there is only one value in both columns (row 1) simple deposit 1 =deposit 2 to give me true or fale value in the check column.
However the second exmle the value in deposit 1 is one and i need to check if it appears in deposit 2 column. from the example it is the third value - so i can conclude that deposit 1 can be found in deposit 2 column. If i can perform this chech my result is valid and should get OK comment. (table A)
Table B - shows example where the value in deposit 1 can not be found in column deposit 2 - this data set is not valid and should get NOTOK comment.
The original data set is a lot of rows - i have created fields Accout, deposit 1 and deposit 2 with pivot . then i copy the reslult in excel and add the check coulumn with deposit1=deposit2. This is a very long proces to see if the value (always one) can be found in column 2 - and is done manualy
What can i use in excel , pivot or additional formula to solve this problem in shorter time and more advaced way ???
A)
[TABLE="width: 360"]
<tbody>[TR]
[TD="width: 99, bgcolor: transparent"]Account
[/TD]
[TD="width: 113, bgcolor: transparent"]depozit1
[/TD]
[TD="width: 113, bgcolor: transparent"]depozit2
[/TD]
[TD="width: 155, bgcolor: transparent"]check depozit1=depozit2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]41002003111
[/TD]
[TD="bgcolor: transparent"]210501683413000
[/TD]
[TD="bgcolor: transparent"]210501683413000
[/TD]
[TD="bgcolor: transparent, align: center"]TRUE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Account
[/TD]
[TD="bgcolor: transparent"]depozit
[/TD]
[TD="bgcolor: transparent"]deposit2
[/TD]
[TD="bgcolor: transparent"]proverka 1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]41003053222
[/TD]
[TD="bgcolor: transparent, align: right"]42104000888
[/TD]
[TD="bgcolor: transparent, align: right"]42104000666
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD="bgcolor: transparent, align: right"]42102001555
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD="bgcolor: transparent, align: right"]42104000888
[/TD]
[TD="bgcolor: transparent, align: center"]TRUE
[/TD]
[/TR]
</tbody>[/TABLE]
b)
[TABLE="width: 360"]
<tbody>[TR]
[TD="width: 99, bgcolor: transparent"]Account
[/TD]
[TD="width: 113, bgcolor: transparent"]depozit
[/TD]
[TD="width: 113, bgcolor: transparent"]deposit_account
[/TD]
[TD="width: 155, bgcolor: transparent"]proverka 1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]41003053555
[/TD]
[TD="bgcolor: transparent, align: right"]42104000123
[/TD]
[TD="bgcolor: transparent, align: right"]42104000999
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]42102001888
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
</tbody>[/TABLE]
I need to check if deposit 1 is equal with deposit 2. it is easy when there is only one value in both columns (row 1) simple deposit 1 =deposit 2 to give me true or fale value in the check column.
However the second exmle the value in deposit 1 is one and i need to check if it appears in deposit 2 column. from the example it is the third value - so i can conclude that deposit 1 can be found in deposit 2 column. If i can perform this chech my result is valid and should get OK comment. (table A)
Table B - shows example where the value in deposit 1 can not be found in column deposit 2 - this data set is not valid and should get NOTOK comment.
The original data set is a lot of rows - i have created fields Accout, deposit 1 and deposit 2 with pivot . then i copy the reslult in excel and add the check coulumn with deposit1=deposit2. This is a very long proces to see if the value (always one) can be found in column 2 - and is done manualy
What can i use in excel , pivot or additional formula to solve this problem in shorter time and more advaced way ???
A)
[TABLE="width: 360"]
<tbody>[TR]
[TD="width: 99, bgcolor: transparent"]Account
[/TD]
[TD="width: 113, bgcolor: transparent"]depozit1
[/TD]
[TD="width: 113, bgcolor: transparent"]depozit2
[/TD]
[TD="width: 155, bgcolor: transparent"]check depozit1=depozit2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]41002003111
[/TD]
[TD="bgcolor: transparent"]210501683413000
[/TD]
[TD="bgcolor: transparent"]210501683413000
[/TD]
[TD="bgcolor: transparent, align: center"]TRUE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Account
[/TD]
[TD="bgcolor: transparent"]depozit
[/TD]
[TD="bgcolor: transparent"]deposit2
[/TD]
[TD="bgcolor: transparent"]proverka 1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]41003053222
[/TD]
[TD="bgcolor: transparent, align: right"]42104000888
[/TD]
[TD="bgcolor: transparent, align: right"]42104000666
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD="bgcolor: transparent, align: right"]42102001555
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD="bgcolor: transparent, align: right"]42104000888
[/TD]
[TD="bgcolor: transparent, align: center"]TRUE
[/TD]
[/TR]
</tbody>[/TABLE]
b)
[TABLE="width: 360"]
<tbody>[TR]
[TD="width: 99, bgcolor: transparent"]Account
[/TD]
[TD="width: 113, bgcolor: transparent"]depozit
[/TD]
[TD="width: 113, bgcolor: transparent"]deposit_account
[/TD]
[TD="width: 155, bgcolor: transparent"]proverka 1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]41003053555
[/TD]
[TD="bgcolor: transparent, align: right"]42104000123
[/TD]
[TD="bgcolor: transparent, align: right"]42104000999
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]42102001888
[/TD]
[TD="bgcolor: transparent, align: center"]FALSE
[/TD]
[/TR]
</tbody>[/TABLE]