Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Converts a cell reference to row and column.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
bookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
sheetIndex | The index of the sheet. This number ranges from 0 to XL.Book.SheetCount-1. | 0 |
Address | The address to convert. | "A1" |
Selector | Which value to return: row, column, rowRelative, colRelative or address. | "row" |
Returns value or error.
Query row number:
MBS( "XL.Sheet.AddrToRowCol"; $book; 0; "C10"; "row" )
Example result: 9
Query column number:
MBS( "XL.Sheet.AddrToRowCol"; $book; 0; "C10"; "column" )
Example result: 2
Created 18th August 2014, last changed 14th May 2019
XL.Sheet.AddIgnoredError - XL.Sheet.ApplyFilter
Feedback: Report problem or ask question.