Hi, i am new to this forum and request some help on excel.
i intend to use 3 conditions on the below table. the formula i used is =if(isnumber(match(b2,A2:A5,0)*AND(c2="",b2,0) however i am unable to extract the required result.
[TABLE="width: 664"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
to explain my request. the isnumber match cross verifies the credit column with the debit column to identify contra entries
Since the credit column does not have a contra entry and the unit number is available, the value of 1000 needs to be populated in "identified"
the second row has a value under credit column but does not have a value entered under unit which should be populated in "unidentified"
the 3rd column has a contra entry for the same value and also has a unit number entered, however since this is a contra entry the value should be populated under "contra"
[TABLE="width: 500"]
<tbody>[TR]
[TD]debit[/TD]
[TD]Credit[/TD]
[TD]unit No[/TD]
[TD]identified[/TD]
[TD]unidentified[/TD]
[TD]contra[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]1000[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]2000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]4000[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4000[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i intend to use 3 conditions on the below table. the formula i used is =if(isnumber(match(b2,A2:A5,0)*AND(c2="",b2,0) however i am unable to extract the required result.
[TABLE="width: 664"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
to explain my request. the isnumber match cross verifies the credit column with the debit column to identify contra entries
Since the credit column does not have a contra entry and the unit number is available, the value of 1000 needs to be populated in "identified"
the second row has a value under credit column but does not have a value entered under unit which should be populated in "unidentified"
the 3rd column has a contra entry for the same value and also has a unit number entered, however since this is a contra entry the value should be populated under "contra"
[TABLE="width: 500"]
<tbody>[TR]
[TD]debit[/TD]
[TD]Credit[/TD]
[TD]unit No[/TD]
[TD]identified[/TD]
[TD]unidentified[/TD]
[TD]contra[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]1000[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]2000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]4000[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4000[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]