logo
excelfunctions.org
bookmarks

PI

Returns the value of pi.

Math & TrigonometryMath Basics

What it does

Returns the mathematical constant Pi (3.1415...).

Syntax

PI()

Examples

Circle Area

Area of circle radius 5.

FORMULA
=PI()*5^2
RESULT
78.54
SAMPLE DATA
A
1Radius
25