When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. IFS function - Google Docs Editors Help

    support.google.com/docs/answer/7014145

    Syntax. IFS(condition1, value1, [condition2, value2, …]) condition1 - The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those. value1 - The returned value if condition1 is TRUE. condition2, value2, …. - Additional conditions and values if the first one is evaluated to be false.

  3. IF function - Google Docs Editors Help

    support.google.com/docs/answer/3093364

    IF(logical_expression, value_if_true, value_if_false) logical_expression - An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE. value_if_true - The value the function returns if logical_expression is TRUE. value_if_false - [ OPTIONAL - blank by default ] - The value the function ...

  4. Google Sheets function list - Google Docs Editors Help

    support.google.com/docs/table/25273

    Functions and formulas. Google Sheets function list. Google Sheets function list. Google Sheets supports cell formulas typically found in most desktop spreadsheet packages. Functions can be used to create formulas that manipulate data and calculate strings and numbers. Here's a list of all the functions available in each category.

  5. SUMIFS function - Google Docs Editors Help

    support.google.com/docs/answer/3238496

    SUMIF: Returns a conditional sum across a range. SUMSQ: Returns the sum of the squares of a series of numbers and/or cells. SERIESSUM: Given parameters x, n, m, and a, returns the power series sum a 1 x n + a 2 x (n+m) + ... + a i x (n+ (i-1)m), where i is the number of entries in range `a`. QUOTIENT: Returns one number divided by another ...

  6. SWITCH - Google Docs Editors Help

    support.google.com/docs/answer/7013690

    SWITCH(expression, case1, value1, [case2, value2, ...], [default]) expression - Any valid values. case1 - The first case to be checked against expression. value1 - The corresponding value to be returned if case1 matches expression. case2, value2, …. - Optional: Additional cases and values if the first one doesn’t match the expression.

  7. MAXIFS - Google Docs Editors Help

    support.google.com/docs/answer/7013817

    MAXIFS for BigQuery. Returns the maximum value in a filtered data column, filtered by a set of criteria applied to additional data columns. MAXIFS (table_name!price, table_name!fruits,”Apple”, table_name!inventory, “<30”) MAXIFS (column, criteria_column1, criterion1, criteria_column2, criterion2) column: The data column from which the ...

  8. IFERROR - Google Docs Editors Help

    support.google.com/docs/answer/3093304

    Google Sheets function list; 2 of 12. AND function ... 4 of 12. IF function; 5 of 12. IFS function; 6 of ...

  9. ISBLANK - Google Docs Editors Help

    support.google.com/docs/answer/3093290

    Google Sheets function list; 2 of 18. CELL function; 3 of 18. ERROR.TYPE; 4 of 18. ... Using Google ...

  10. MINIFS - Google Docs Editors Help

    support.google.com/docs/answer/7014063

    MINIFS for BigQuery. Returns the minimum value in a filtered data column, filtered by a set of criteria applied to additional data columns. MINIFS (table_name!price, table_name!fruits, ”Apple”, table_name!inventory, ”<30”) MINIFS (column, criteria_column1, criterion1, creteria_column2, criterion2) column - The data column from which the ...

  11. COUNTIFS - Google Docs Editors Help

    support.google.com/docs/answer/3256550

    COUNTIF: Returns a conditional count across a range. Returns the number of numeric values in a dataset. SUMIFS: Returns the sum of a range depending on multiple criteria. AVERAGEIFS: Returns the average of a range depending on multiple criteria. IF: Returns one value if a logical expression is `TRUE` and another if it is `FALSE`.