**Problem Statement:**
Given the required input arguments, write an efficient algorithm to solve the **Excel Sheet Column Number** problem. Implement the required logic as specified by standard definitions for this classic algorithmic challenge.
**Hint / Expected Approach:**
Base-26 conversion (no zero digit)
**Edge Cases to Consider:**
- (1) Single letter 'A'
- (2) 'Z' (26)
- (3) Column beyond 'ZZ'