Description Usage Arguments Value Examples
This function converts an Execl cell index (with max 2 column letters) to row and column numbers.
1 | cel2num(celIndex, rrw = 0, rcn = 0)
|
celIndex |
with maxmum 2-letter column and a number, e.g. Ad23. |
rrw |
a (+/-) integer relative to celIndex row, defaults to 0. |
rcn |
a (+/-) integer relative to celIndex column, defaults to 0. |
The number of row with cel2num(...)$r or cel2num(...)[1], and the number of column with cel2num(...)#c or cel2num(...)[2].
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.