Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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 ?
  • ElenaN's avatar
    7 years ago

    Hello,

     

    Have you tried DIVIDE([Column1], [Column2], 0)*100 ?

     

    Regards,

    ElenaN