Forum Discussion
vissvess
7 years agoHelper V
Summarize or aggregate multiple columns
Hi, My data set is like follows. Col 1 Col 2 Col 3 .... .... .... ABC ABC XYZ ..... .... .... ABC DEF ABC ..... .... .... DEF XYZ ABC ..... ..... .... ..... ...
- 7 years ago
vissvess
7 years agoHelper V
Dear Zubair_Muhammad ,
Thanks for the code. The code works well.
I need some tweak in it. The code converts all the available column in a table. I need the columns to be specified.
Could you please kindly help with it.
Thanks
vissvess
vissvess
7 years agoHelper V
Dear Zubair_Muhammad ,
Also, could you give me a suggestion as how to ignore counting if there are null values say out of n columns in a row, if there are 5 empties, the summarization gives me "(5), XXX(2),...." Something like that.
Thanks in advance.