SumIfs

Sum values based on inputs and group. It will return a new table.

Function:

SumIfs(table = string, cols = list, sum_col = string, new_table_name = string)

 

Parameters:

Table: Table name on which to perform function

Columns: Columns that you wish to group

Sum Column: Value column you wish to return the Sum

New Table Name: Name for new table

 

Examples:

SumIfs(table = Budget, cols = [Business_Unit, Geo], sum_col = Amount, new_table_name = SumbyBU&Geo)