Example #1
0
def of_max(*number_list):
    """Return the syntax for a maximum """
    return __num_list_function("MAX", *number_list)
Example #2
0
def of_average(*number_list):
    """Return the syntax for an average """
    return __num_list_function("AVERAGE", *number_list)
Example #3
0
def of_sumproduct(*number_list):
    """Return the syntax for a sumproduct """
    return __num_list_function("SUMPRODUCT", *number_list)
Example #4
0
def of_min(*number_list):
    """Return the syntax for a minimum """
    return __num_list_function("MIN", *number_list)
Example #5
0
def of_max(*number_list):
    """Return the syntax for a maximum """
    return __num_list_function("MAX", *number_list)
Example #6
0
def of_sumproduct(*number_list):
    """Return the syntax for a sumproduct """
    return __num_list_function("SUMPRODUCT", *number_list)
Example #7
0
def of_average(*number_list):
    """Return the syntax for an average """
    return __num_list_function("AVERAGE", *number_list)
Example #8
0
def of_min(*number_list):
    """Return the syntax for a minimum """
    return __num_list_function("MIN", *number_list)