Re: Summary grid

2016-06-22 Thread jmp
On 06/22/2016 04:46 PM, Jignesh Sutar wrote: Say I have list of data as given in the example code below, I want to find all the unique categories (alphabetic letters) and unique IDs (numbers) and then produce a summary grid as manually entered in the "results". How could I code this? Many thanks

Re: Summary grid

2016-06-22 Thread Jussi Piitulainen
Jignesh Sutar writes: > Say I have list of data as given in the example code below, I want to find > all the unique categories (alphabetic letters) and unique IDs (numbers) and > then produce a summary grid as manually entered in the "results". How could > I code this? > > Many thanks in advance,

Re: Summary grid

2016-06-22 Thread Peter Otten
Jignesh Sutar wrote: > Say I have list of data as given in the example code below, I want to find > all the unique categories (alphabetic letters) and unique IDs (numbers) > and then produce a summary grid as manually entered in the "results". How > could I code this? > > Many thanks in advance,