Hello and thank you for your help in advance!
I am pulling RAW Data from a reporting system, I only need 9 columns of the 35 that are pulled, I have removed the unwanted columns and totaled columns that need to be totaled using SumIF's and CountIF's. All is good there; here is the problem I am facing...
Column A will have up to 300 different values i.e. 1739 is the value but shows up multiple times or 1767 only one time, thing is, each time the report is pulled, these values will be different. The Header for this value is called "Order Number". In column B (which has been inserted after unwanted columns are removed), I need it to total the amount of times; each Order Number has come up.
Column A is what the RAW Data is sorted in, Column B should show 8 (or whatever the total is), adjacent to the first or last instance of the Order Number.
Also, I need this all to be in a template or macro or something so that is can be used on a daily basis. Thanks!
Here is an example of what I am referring to:
[TABLE="width: 185"]
Order Number
Total
1739
1739
1739
1739
1739
1739
6
1758
1
1759
1
1760
1
1761
1
1762
1
1764
1
1765
1
[/TABLE]