round up in own cell

T

Tim

Hi Am wondering if there is not a way of rounding up a number in the cell
that the function is in.

thanks tim
 
B

Biff

Hi!

Yes, you can do this.

Since you didn't provide any details the only suggestion I can make is to
see Excel help on the Roundup or Ceiling functions.

Biff
 
R

Ron Rosenfeld

Hi Am wondering if there is not a way of rounding up a number in the cell
that the function is in.

thanks tim

=ROUNDUP(your_function,0)

or you could use the CEILING function if appropriate.

See HELP for both those functions.


--ron
 
Top