Skip to main content
Workday User Guide
Last Updated: 2023-06-23
SLOPE

SLOPE

Description

Returns the slope of the linear regression line, based on the specified x and y values.

Syntax

SLOPE(
known_ys
,
known_xs
)
  • known_ys
    : The known y values.
  • known_xs
    : The known x values.