I am using the current formula:
=ROUND(G1,2)+ROUND(G2,2)+ROUND(G3,2)
Is there a more concise way to get to this solution? I do not want to use the following formula:
=ROUND(SUM(G1:G3),2)
as it does not give me the output number I need.
Thanks in advance for your help.
Bryan
=ROUND(G1,2)+ROUND(G2,2)+ROUND(G3,2)
Is there a more concise way to get to this solution? I do not want to use the following formula:
=ROUND(SUM(G1:G3),2)
as it does not give me the output number I need.
Thanks in advance for your help.
Bryan