abc2num
by DS
19 Feb 2007
(Updated 03 Aug 2007)
Function that translates a spreadsheet column label to a column number.
|
Watch this File
|
| File Information |
| Description |
ABC2NUM(S), where S is a one or two letter string representing a column label commonly employed by spreadsheet programs, returns a number corresponding to the spreadsheet column indicated by S.
Example:
S = 'CS';
abc2num(S);
ans =
97 |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 20 Jun 2007 |
Included acknowledgment of the complementary function NUM2ABC. |
| 03 Aug 2007 |
Fixed m-lint warnings. |
|
Contact us at files@mathworks.com