How can I use the round up function after performing a formula?

K

Klatuu

There is no roundup function in Access. This newsgroup is for Access, the
database product. I believe you want to post in the Excel news groups.
However, your syntax is incorrect. It should be
=F5 - ROUNDUP(F5*20%, ???)
??? = the ROUNDUP function requires a number of digits to round to. See
Excel Help for details
 
Top