TEXTSWAPCASE
swaps uppercase and lowercase letters · a deepcalc original · no excel equivalent · no sheets equivalent
signature
TEXTSWAPCASE(text)
returns: text
| argument | required |
|---|---|
| text | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=TEXTSWAPCASE("Hello World") hELLO wORLD | A | |
|---|---|
| 1 | 10 |
fx
=TEXTSWAPCASE(A1) 10