Syntax:=Gross(NetAmount, Percentage)
Description:Returns the gross amount given the net amount and the percentage.
Example:Calculate the gross amount if the net amount is 100 and the percentage is 3%. (=103)=Gross(100,3)