Thread
:
how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0
View Single Post
#
4
Posted to microsoft.public.excel.worksheet.functions
Bernd P
external usenet poster
Posts: 806
how do i round decimal if 2.3=2.5 2.7=2.5 & 2.8=3.0
=ROUND(A1*2,0)/2
or
=ROUND(A1/5,1)*5
Regards,
Bernd
Reply With Quote
Bernd P
View Public Profile
Find all posts by Bernd P