View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default ROUNDING RESULT OF CALCULATION UP OR DOWN

=ROUND(A1,0)

Or am I missing something?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"dartanion" wrote in message ...
| Is there a formula that will do the following;
| The result of a formula can be a whole number plus two decimal places, and I
| want a row of data to do the following - If the answer is between .00 and .49
| then round down, and if it is between .50 and .99 round up. I can do each
| individually, but not both automatically in the same formula.