View Single Post
  #2   Report Post  
Greg
 
Posts: n/a
Default

Niall,

Word has no specific RoundUp or RoundDown feature, only round. .5 and
higher is rounded up values .5 are rounded down. You have to use a
constant to force a rounddown or up. In your case you need to subtract
..005 from your
earlier calculation e.g.,
{=round({={MFAR}/4-.005},2}