How do I round up the result of a sum

M

Mikewoodmsw

I want to add several cells, divide the result by the number of cells and
round that number to the nearest whole number.

e.g Round up (SUM E2,F2,G2)/2

Help
 
J

Jake Marx

Hi Mikewoodmsw,

This should do what you're looking for:

=CEILING(AVERAGE(E2:G2),1)

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top