7 kyu
Excel sheet column numbers
913 of 2,886joh_pot
Description:
Write a function that, given a column title as it appears in an Excel sheet, returns its corresponding column number.
All column titles will be uppercase.
Examples:
Column title: "A" --> return 1
Column title: "Z" --> return 26
Column title: "AA" --> return 27
Fundamentals
Algorithms
Similar Kata:
Stats:
Created | Sep 8, 2015 |
Published | Sep 8, 2015 |
Warriors Trained | 6858 |
Total Skips | 452 |
Total Code Submissions | 10923 |
Total Times Completed | 2886 |
JavaScript Completions | 913 |
Ruby Completions | 118 |
Python Completions | 821 |
Java Completions | 559 |
C# Completions | 280 |
Haskell Completions | 141 |
Clojure Completions | 163 |
CoffeeScript Completions | 16 |
PHP Completions | 57 |
Factor Completions | 6 |
Total Stars | 85 |
% of votes with a positive feedback rating | 91% of 340 |
Total "Very Satisfied" Votes | 288 |
Total "Somewhat Satisfied" Votes | 41 |
Total "Not Satisfied" Votes | 11 |