Good Afternoon -
I have a list of data and there is a set that is duplicated. I am trying to create a page the summarizes by person how many orders were generated. For example
Person ABC 123456 Item 3
123456 Item 2
Person DEF 7891011 Item 1
12131415 Item 2
Person GHI 147852 Item 1
147852 Item 2
Person JKL 963852 Item 1
963852 Item 2
I would like for it to tell me:
Person ABC = 1
Person DEF = 2
Person GHI = 1
Person JKL = 1
Any assistance you can provide we would be greatly appreciated!
I have a list of data and there is a set that is duplicated. I am trying to create a page the summarizes by person how many orders were generated. For example
Person ABC 123456 Item 3
123456 Item 2
Person DEF 7891011 Item 1
12131415 Item 2
Person GHI 147852 Item 1
147852 Item 2
Person JKL 963852 Item 1
963852 Item 2
I would like for it to tell me:
Person ABC = 1
Person DEF = 2
Person GHI = 1
Person JKL = 1
Any assistance you can provide we would be greatly appreciated!