Sum together specified columns
Function:
Sum(Table = string, columns_to_sum = list, new_col = string)
Parameters:
Table: Table name on which to perform function
Columns to Sum: Column names to sum
New Column Name: Name for new column
Examples:
Sum(Table = Budget, columns_to_sum = ["Plan", "Actuals"], new_col = "Sum")