Hi ashhuUse increse and decrese decimal option, see image.
Sorry, you mean you can't see option in excel or you need next complete number ex: 23.43 to read 24?
dear sir,In B2 put this and copy down....=CEILING.MATH(A2)
Hi Jitendra,
Try =CEILING(A2,1) and copy down.
Regards,
Hi Jitendra ,
Depending on whether you will have negative data , you might want to look at :
=ROUNDUP(number , 0)
This gives the same results as the CEILING function for positive numbers , but the results for negative numbers are different ; you will have to decide which is more suitable for your purposes.
Narayan