Wróć do Microsoft Excel

Połącz Knoon AI z Microsoft Excel (Microsoft), aby zautomatyzować przepływy pracy AI.

Aggregate values within a specific A1 range in an Excel worksheet (e.g. SUM, AVG, MIN, MAX, COUNT, ARRAY_AGG, STRING_AGG).
microsoftExcelAggregateCells
BETA
Uprawnienia
  • Files.ReadWrite
Uprawnienia opcjonalne
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
Parametry
NazwaTypOpisWymagane
workbookIdfile Select the Excel workbook that contains the range to aggregate.Tak
worksheetNamemustache Name of the worksheet (tab) to read from (e.g. "Sheet1").Tak
rangemustache A1 range to aggregate (e.g. "A2:A100", "B2:D10").Tak
aggregationstring Aggregation function to apply to the cells in the range.Tak
delimitermustache Delimiter to use for STRING_AGG. Ignored for other aggregation types.Nie
topNmustache Number of top values to return for APPROX_TOP_COUNT. Ignored for other aggregation types.Nie
numQuantilesmustache Number of quantiles for APPROX_QUANTILES (e.g. 4 = quartiles). Ignored for other aggregation types.Nie
Zwroty
NazwaTypOpis
statusstring DONE.
resultany Aggregation result. For SUM/AVG/MIN/MAX/COUNT/COUNT(DISTINCT) returns a number. For STRING_AGG returns a string. For ARRAY_AGG returns an array of values. For APPROX_TOP_COUNT returns an array of { value, count } objects. For APPROX_QUANTILES returns an array of numeric quantile boundaries.