upper

Previous chapterNext chapter Show allShow all    Hide allHide all

The function upper (string) converts lower case character to upper case.

Syntax: =upper(string)

Example Example

Cell A1 = AbCdEf
=upper(A1) is ABCDEF