View Single Post
Old 09-01-2011, 15:22   #21
louise1989
Inactive
 
Join Date: Jan 2011
Age: 35
Posts: 11
louise1989 is an unknown quantity at this point
Re: Excel - working out net and vat ???

Quote:
Originally Posted by TheNorm View Post
Try:

ROUNDUP(number,num_digits)

Replace number by your existing formula, and num_digits by 2

So, if cell G2 is currently:

=SUM(E2/117.5)*100

You add the ROUNDUP function as follows:

=ROUNDUP(SUM(E2/117.5)*100, 2)
Sorry can u say that again but dumb it down a bit as im thick when it comes to excel and formulars !
louise1989 is offline   Reply With Quote