View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default simple excel formula

Use the ROUND() Function:

if you were using something like :
=A1+B1
then use:
=ROUND(A1+B1,0)
--
Gary''s Student - gsnu200713


"Paolo Orlando" wrote:

Hi everybody, I know it's pretty trivial, but I need your help. I just want
to have in the final calculation of an excel formula a value without
decimals. How can I insert the "decrease decimals" function or an equivalent
into the cells?