HI,
i have a table with 5 columns
keyword D1 D2 D3 Total
how 1 1 1 3
are 0 0 2 2
you 0 1 0 1
i want to retrieve only columns count where the name starts with D so form the above table the result should be 3 please help.