View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Marissa Marissa is offline
external usenet poster
 
Posts: 7
Default Rounding and dropping digits

Thank you but it did not work. The result was the number in A1.

"Jacob Skaria" wrote:

A1 = 567,549
=ROUND(A1,0)

If this post helps click Yes
---------------
Jacob Skaria


"Marissa" wrote:

Hello,

Is there a way to round a number and than drop to only show a portion of it.
For example: 567,549 to appear as 568. Thank you.