Good Day,
I am trying to decipher a formula that will check in a range of cells to determine if a cell criteria has the identical values in two separate cells.
See example:
<tbody>
[TD="class: xl65, width: 78"] Debit
[/TD]
[TD="class: xl65, width: 105"] Credit [/TD]
[TD="class: xl66"]BX, INC[/TD]
[TD="class: xl67, align: right"]$0.00[/TD]
[TD="class: xl67, align: right"]$1,500.00 [/TD]
[TD="class: xl66"]LX, INC[/TD]
[TD="class: xl67, align: right"]$0.00[/TD]
[TD="class: xl67, align: right"]$28,293.68[/TD]
[TD="class: xl66"]FX, INC[/TD]
[TD="class: xl67, align: right"]$0.00[/TD]
[TD="class: xl67, align: right"]$23,257.00[/TD]
[TD="class: xl66"]BX, INC[/TD]
[TD="class: xl67, align: right"]$1,500.00[/TD]
[TD="class: xl67, align: right"]$0.00 [/TD]
[TD="class: xl66"]LX,INC[/TD]
[TD="class: xl67, align: right"]$28,293.68[/TD]
[TD="class: xl67, align: right"]$0.00 [/TD]
</tbody>
So in this example the formula should mark company BX,INC and company LX,INC as the companies that have both a credit and debit amount. Where as company LX, INC and FX, INC do not have both a credit and debit amount.
In addition, the formula should be able to identify pairs. So if BX, INC appeared with another 1500 credit balance and no debit balance of 1500, then the formula would not mark that cell.
I think there is a formula for this. Any assistance will be valuable.
I am trying to decipher a formula that will check in a range of cells to determine if a cell criteria has the identical values in two separate cells.
See example:
Company |
<tbody>
[TD="class: xl65, width: 78"] Debit
[/TD]
[TD="class: xl65, width: 105"] Credit [/TD]
[TD="class: xl66"]BX, INC[/TD]
[TD="class: xl67, align: right"]$0.00[/TD]
[TD="class: xl67, align: right"]$1,500.00 [/TD]
[TD="class: xl66"]LX, INC[/TD]
[TD="class: xl67, align: right"]$0.00[/TD]
[TD="class: xl67, align: right"]$28,293.68[/TD]
[TD="class: xl66"]FX, INC[/TD]
[TD="class: xl67, align: right"]$0.00[/TD]
[TD="class: xl67, align: right"]$23,257.00[/TD]
[TD="class: xl66"]BX, INC[/TD]
[TD="class: xl67, align: right"]$1,500.00[/TD]
[TD="class: xl67, align: right"]$0.00 [/TD]
[TD="class: xl66"]LX,INC[/TD]
[TD="class: xl67, align: right"]$28,293.68[/TD]
[TD="class: xl67, align: right"]$0.00 [/TD]
</tbody>
So in this example the formula should mark company BX,INC and company LX,INC as the companies that have both a credit and debit amount. Where as company LX, INC and FX, INC do not have both a credit and debit amount.
In addition, the formula should be able to identify pairs. So if BX, INC appeared with another 1500 credit balance and no debit balance of 1500, then the formula would not mark that cell.
I think there is a formula for this. Any assistance will be valuable.