i have a 100 transactions - 50 with a debit and 50 with a credit amount in 2 separate columns, i want to identify where each of the amounts land up in the following categories -
[TABLE="width: 142"]
<tbody>[TR]
[TD]$0 - $2,500[/TD]
[/TR]
[TR]
[TD]$2,500 - $10,000[/TD]
[/TR]
[TR]
[TD]$10,000 - $50,000[/TD]
[/TR]
[TR]
[TD]$50,000 - $100,000[/TD]
[/TR]
[TR]
[TD]$100,000 - $250,000[/TD]
[/TR]
[TR]
[TD]$250,000 - $500,000[/TD]
[/TR]
[TR]
[TD]$500,000 - $1,000,000[/TD]
[/TR]
[TR]
[TD]>$1,000,000
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[TABLE="width: 142"]
<tbody>[TR]
[TD]$0 - $2,500[/TD]
[/TR]
[TR]
[TD]$2,500 - $10,000[/TD]
[/TR]
[TR]
[TD]$10,000 - $50,000[/TD]
[/TR]
[TR]
[TD]$50,000 - $100,000[/TD]
[/TR]
[TR]
[TD]$100,000 - $250,000[/TD]
[/TR]
[TR]
[TD]$250,000 - $500,000[/TD]
[/TR]
[TR]
[TD]$500,000 - $1,000,000[/TD]
[/TR]
[TR]
[TD]>$1,000,000
Can someone please give me a code like "A' if it falls in the first category, then B - so i can do a pivot table to find number and mount of transactions for each amount.
[/TD][/TR]
</tbody><colgroup><col></colgroup>[/TABLE]