# SUM

The SUM function returns the sum of the values in the specified range.

### Syntax:

```
sum(number1,number2,number3,...)
```

### Parameters:

```
numbers (required): The range of numbers whose values will be summed.
```

### Usage example:

<figure><img src="https://1247870272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSXoRgDyJukQzyOctBwWG%2Fuploads%2F0WODmFUMVawt175Z1Pnq%2FCaptura%20de%20Tela%202024-05-30%20a%CC%80s%2008.18.17.png?alt=media&#x26;token=dc85b3a8-7c3b-4fd3-841f-796cac842f31" alt=""><figcaption></figcaption></figure>
