Functions
T.DIST.RT
Student's t right-tail CDF
Try it
When to use it
When should I use T.DIST.RT?
Use T.DIST.RT when you need the right-tail probability of the Student's t distribution — the probability that a t-statistic exceeds x, which is useful for one-tailed tests where larger values are significant.
Used in
Syntax
T.DIST.RT(x,df)Examples
=T.DIST.RT(1.96,60) // => 0.027322464868264507
=T.DIST.RT(-1.98,2) // => 0.9068737480782105