Forum Discussion
avi081265
Helper III
5 years agoHow to add one calculated column matrix column
Hello Please see below table. I want to add one calculated coumn as %NA after 06-NA column. In this %NA column I want use formula as %NA = 06-NA / Total. I tried following formula from a...
Anonymous
5 years agoNot applicable
Hi avi081265 ,
After my test, the post you provided should not apply to your scenario.
It is recommended that you use the pivot function and then create a new calculated column.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
avi081265
Helper III
5 years agoHello Stephen,
Is there any article or blog where I can found some detail information about create pivot table using new calculated column?