starheartbeam
New Member
- Joined
- Aug 8, 2018
- Messages
- 18
I have thousands of rows of data that I have to look through to see if there are matching positive and negative numbers matching by ID and then move the matching pair to a different tab. (Or at the very last highlight I have been trying to find an easer way to do this then having to manually do this as it takes me hours to do every week.
Example of Data:
[TABLE="width: 144"]
<colgroup><col width="64" style="width: 48pt;" span="3"> <tbody>[TR]
[TD="width: 64, bgcolor: #EBEBEB"]ID[/TD]
[TD="width: 64, bgcolor: #EBEBEB"]Other[/TD]
[TD="width: 64, bgcolor: #EBEBEB"]Amount[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]213980[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]-55[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]174975[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]12[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]999998[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]55[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]999998[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]-55[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]110081[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]101[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]110081[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]-101[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]110081[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]23[/TD]
[/TR]
</tbody>[/TABLE]
Example of Data:
[TABLE="width: 144"]
<colgroup><col width="64" style="width: 48pt;" span="3"> <tbody>[TR]
[TD="width: 64, bgcolor: #EBEBEB"]ID[/TD]
[TD="width: 64, bgcolor: #EBEBEB"]Other[/TD]
[TD="width: 64, bgcolor: #EBEBEB"]Amount[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]213980[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]-55[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]174975[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]12[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]999998[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]55[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]999998[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]-55[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]110081[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]101[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]110081[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]-101[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: white"]110081[/TD]
[TD="width: 64, bgcolor: white"]ON-HAND[/TD]
[TD="bgcolor: transparent, align: right"]23[/TD]
[/TR]
</tbody>[/TABLE]