Skip to contents

Converts an upper / lowercase letter into the resulting column number. Starts at 1. Limited to current Excel maximum of XFD (16,384 columns) [Stable]

Usage

letnum(x)

Arguments

x

A letter to convert to a column number starting with 1.

Value

Column number as integer

Examples

letnum("A")
#> [1] 1