View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Louise
 
Posts: n/a
Default halving contents of a cell

Hi

As it happens, all my numbers were whole numbers so it worked fine but
thanks very much for your answer below - I will keep this for future
reference, just in case they're not always whole numbers.

Louise

"MDBCT" wrote:

If you have the analysis tool pack add in loaded, you can use
=CEILING((A1/2),1)

If you don't have the tool pack installed:

=-INT(-(A1/2))


"Louise" wrote:

How do I ask Excel to half the contents of a cell and then round the answer
up??

For instance, if I have 17 in a cell, I want it to half the 17 and then
round the answer up to 9 instead of returning 8.5.

Urgent help please.............!!

Thank you.

Louise