I have a list of codes that were concaternated but do not follow in rows eg:
Row 10 DE 1 8 DE = area, 1 =counter, 8 = section
Row 11
Row 12 OC 1 4
Row 13 DE 2 8
Row 14 MY 1 23
Row 15
Row 16 NG 1 30
Row 17 DE 3 8
Row 18 OC 2 4
etc
I need to find out the highest (max) counter for each section (8,4,23 & 30) Can someone please help me??
Much appreciated,
Row 10 DE 1 8 DE = area, 1 =counter, 8 = section
Row 11
Row 12 OC 1 4
Row 13 DE 2 8
Row 14 MY 1 23
Row 15
Row 16 NG 1 30
Row 17 DE 3 8
Row 18 OC 2 4
etc
I need to find out the highest (max) counter for each section (8,4,23 & 30) Can someone please help me??
Much appreciated,