I'm somewhat familiar with Excel, but I'm having some issues with the Roundup function. Right now, the value of the cell looks like this:
=(M6+N6)/0.08
which equals 412.5
I'd like it to round up to the nearest round number, which would be 413, but whenever I use the roundup function, as I understand it, it doesn't work. This is what I'm trying, which obviously isn't working:
=ROUNDUP((M6+N6)/0.08,0)
Any help?
Bookmarks