# PCT

The PCT function is used to do a percentage calculation.

### Syntax <a href="#syntax" id="syntax"></a>

```excel-formula
pct(value)
```

### Arguments <a href="#arguments" id="arguments"></a>

value – The percentage in number format. This is a required argument.

### Example <a href="#example" id="example"></a>

```excel-formula
SALES + Pct(10) = SALES + 10%
```

Returns the current sales value plus 10% of sales.
