Thread
: [Solved]
Round Down Sum Formula
View Single Post
08-18-2023, 04:20 AM
ArviLaanemets
Windows 8
Office 2016
Expert
Join Date: May 2017
Posts: 949
Code:
=round(sum(b4:c4)/5,1)*5
In case you really want rounddown, then
Code:
=ROUNDDOWN(SUM(B4:C4)/5,1)*5
ArviLaanemets
View Public Profile
Find all posts by ArviLaanemets