Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
BINOMDIST
Returns the individual term binomial distribution probability
Parameter List
Syntax
BINOMDIST
(
Number_s
,
Trials
,
Probability_s
,
Cumulative
)
Number_s
The number of successes in trials.
Examples
Example 1
BINOMDIST(6, 10, 0.5) returns 0.2050781
Parameter List
Examples