Hi All,
Below in the column b i have put the formula as =+COUNTIF($A$2:A2,A2)>COUNTIF($A$2:$A$13,-A2) which gives me false if there is an netting available for that amount in that column A. But i want if the column C also has the same number or string along with the netting(False-ColumnA) found and non netting criteria. The Column D is what i want with excel formula.
Below in the column b i have put the formula as =+COUNTIF($A$2:A2,A2)>COUNTIF($A$2:$A$13,-A2) which gives me false if there is an netting available for that amount in that column A. But i want if the column C also has the same number or string along with the netting(False-ColumnA) found and non netting criteria. The Column D is what i want with excel formula.
Code:
[TABLE="width: 333"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Desired results[/TD]
[/TR]
[TR]
[TD] (17,818,186.05)[/TD]
[TD]FALSE[/TD]
[TD]1[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] 17,818,186.05[/TD]
[TD]FALSE[/TD]
[TD]1[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] (6,255,054.34)[/TD]
[TD]FALSE[/TD]
[TD]-2[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] 6,255,054.34[/TD]
[TD]FALSE[/TD]
[TD]1[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD] 6,255,054.34[/TD]
[TD]TRUE[/TD]
[TD]-2[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] 6,138,137.31[/TD]
[TD]TRUE[/TD]
[TD]5[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD] (6,137,066.43)[/TD]
[TD]FALSE[/TD]
[TD]0[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] 6,137,066.43[/TD]
[TD]FALSE[/TD]
[TD]0[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] (108,715,352.81)[/TD]
[TD]FALSE[/TD]
[TD]cdgf[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] 108,715,352.81[/TD]
[TD]FALSE[/TD]
[TD]cdgf[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD] 5,454.00[/TD]
[TD]TRUE[/TD]
[TD]5[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD] 4,545.00[/TD]
[TD]TRUE[/TD]
[TD]2[/TD]
[TD]FALSE[/TD]
[/TR]
</tbody>[/TABLE]