A very simple question here. I want to first calculate the sum of multiple cells, and then round them up to two decimal points. So what I'm trying to do is combine the following calculations into one formula:

=SUM(K12:K31)

and

=ROUNDUP(K27, 2)


thanks

m