Forum Discussion
mariavaquiro97
Oct 29, 2020Copper Contributor
dudas
Hola buenas noches ,lo que sucede es que tengo un inconveniente y necesito su ayuda. realice una división , ella me arrojo estos valores € 361.486,486 € 304.054,054 cl...
Ramiz_Assaf
Oct 29, 2020Iron Contributor
So you want to add the number without the decimals
use INT()
if your numbers are in C2 and C3 then use INT(c2) +int(c3)
hope this is useful