Thread
:
can't roundup sum
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
Posts: 15,768
can't roundup sum
This will round up to the next whole 1:
=CEILING(SUM(A1:A10),1)
--
Biff
Microsoft Excel MVP
"swell estimator" <swell
wrote in
message ...
shouldn't I be able to roundup a sum? The only way I can do it is to
first
convert the sum to a number and roundup the number. That means 2 columns
and
I want only 1 column. I could hide the sum column BUT is that the only
way
to do it?
Excel 2003
Reply With Quote
T. Valko
View Public Profile
Find all posts by T. Valko