Hi! I wrote a simple formula to =SUM a few columns into a total.
=SUM(([Column1]@row * [Column2]@row / [Column4]@row))
How do I add the ROUNDUP function with the proper syntax? Right now, without ROUNDUP, the total sum has 4 decimal places and trying to knock that down, either to none, or two max.
I am not a scripting expert, so any assistance is appreciated. Thank you!