Forum Discussion
Arun Chandramouli
Mar 29, 2022Brass Contributor
Formula to round numbers greater than or equal to 0.5 to the next whole number/less than to previou
Hi All, Hope you are doing well!... I am trying to round up numbers greater than or equal to 0.5 to 1 and then less than 0.5 to the previous whole number...Can you please let me know how to achiev...
OliverScheurich
Mar 29, 2022Gold Contributor
Arun Chandramouli
Mar 30, 2022Brass Contributor
Hi Quadruple_Pawn ..I am getting the answer by doing MROUND(A2,1)