The AddTwo Function
This clever function accepts two arguments (num1 and num2). It returns the sum of the arguments. Example: The formula below returns 6. =AddTwo(4,2) Other cool functions: Squared