COLUMNNUMBER

COLUMNNUMBER

Synopsis

COLUMNNUMBER(name)

Description

COLUMNNUMBER function returns an integer corresponding to the column name supplied as a string.

  • If name is invalid, COLUMNNUMBER returns the #VALUE! error.

Examples

COLUMNNUMBER("E") equals 5.

See also

ADDRESS.