# UPPER

The UPPER function converts a text string into uppercase. Node references are also accepted as arguments. It is commonly used to standardize text data for comparison, formatting, or consistency.

## Syntax

```javascript
upper(value:string)
```

## Arguments

value - A text string. Required.

## Example

```javascript
upper('south zone')
//Returns “SOUTH ZONE"
```

<figure><img src="https://content.gitbook.com/content/Utolck8kt8atqxFPsEBn/blobs/A9GntYqDiyJqwJwps6ZO/image.png" alt=""><figcaption><p>UPPER function</p></figcaption></figure>

### **Excel equivalent**

[**upper**](https://support.microsoft.com/en-us/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6)

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(786).png" alt=""><figcaption></figcaption></figure>
