Forum Discussion
Anonymous
7 years agoNot applicable
How to divide 2 columns
I have 2 columns with multiple rows. I would like to divide column1 with column2 and multiply with 100 .
How to achieve above requirement in calculated column ?
Hello,
Have you tried DIVIDE([Column1], [Column2], 0)*100 ?
Regards,
ElenaN
2 Replies
- ElenaNResolver V
Hello,
Have you tried DIVIDE([Column1], [Column2], 0)*100 ?
Regards,
ElenaN
- v-juanli-msftCommunity Support
Hi Anonymous
ElenaN's suggestion should be helpful, if not, please show an example for better analysis.
Best Regards
Maggie