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 ?
- 7 years ago
Hello,
Have you tried DIVIDE([Column1], [Column2], 0)*100 ?
Regards,
ElenaN
ElenaN
7 years agoResolver V
Hello,
Have you tried DIVIDE([Column1], [Column2], 0)*100 ?
Regards,
ElenaN