Hello,
I am hoping someone can assist me with figuring out a formula that can add a flag in a "NoMatch" type column as displayed below based on a similar set of data. The purpose is to identify where a particular ID has a debit without a matching credit. I assume the fact that the ID can be used more than twice makes this even more complicated but I am hoping someone has encountered a problem like this before. Thank you in advance for any assistance you can provide.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Debit[/TD]
[TD]Credit[/TD]
[TD]NoMatch[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD][/TD]
[TD]25[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]25[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]1235[/TD]
[TD]100[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1235[/TD]
[TD][/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1236[/TD]
[TD]75[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]1237[/TD]
[TD]65[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
I am hoping someone can assist me with figuring out a formula that can add a flag in a "NoMatch" type column as displayed below based on a similar set of data. The purpose is to identify where a particular ID has a debit without a matching credit. I assume the fact that the ID can be used more than twice makes this even more complicated but I am hoping someone has encountered a problem like this before. Thank you in advance for any assistance you can provide.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Debit[/TD]
[TD]Credit[/TD]
[TD]NoMatch[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD][/TD]
[TD]25[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]25[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]1235[/TD]
[TD]100[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1235[/TD]
[TD][/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1236[/TD]
[TD]75[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]1237[/TD]
[TD]65[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]