7 kyu
Excel sheet column numbers
826 of 2,901joh_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 | 6895 |
Total Skips | 453 |
Total Code Submissions | 10978 |
Total Times Completed | 2901 |
JavaScript Completions | 921 |
Ruby Completions | 119 |
Python Completions | 826 |
Java Completions | 560 |
C# Completions | 280 |
Haskell Completions | 141 |
Clojure Completions | 163 |
CoffeeScript Completions | 16 |
PHP Completions | 58 |
Factor Completions | 6 |
Total Stars | 85 |
% of votes with a positive feedback rating | 91% of 342 |
Total "Very Satisfied" Votes | 290 |
Total "Somewhat Satisfied" Votes | 41 |
Total "Not Satisfied" Votes | 11 |