bnageshrao
Programmer
I have a column where the values have decimal places like 320.0, 734.0, 850.0, 1200.0 etc which I want to make it as integer only like 320, 734, 850, 1200 etc. Can we replace the exsiting values by using some function, any help is highly appreciated.