Spreadsheet display column letters

Display spreadsheet column letters using the following formula:

=REGEXREPLACE(ADDRESS(ROW(), COLUMN(), 4), "[[:^alpha:]]", "")
View this page on GitHub.
Posted .

Comments

Leave a Reply