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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
XL.Sheet.CellReadFormula
Reads the formula value from a cell.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| XL | 3.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "XL.Sheet.CellReadFormula"; bookRef; sheetIndex; Row; Column ) More
Parameters
| 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 |
| Row | The row for the cell. First row has index 0. | $row |
| Column | The column for the cell. First column has index 0. | $column |
Result
Returns formula or error message.
Description
Reads the formula value from a cell.See also XL.Sheet.CellIsFormula and XL.Sheet.CellWriteFormula.
Examples
Read formula:
Set Variable [$b; Value: MBS( "XL.Sheet.CellReadFormula"; $bookRef; $sheetIndex; $Row; $Column ) ]
See also
- XL.Book.SheetCount
- XL.LoadBook
- XL.Sheet.CellIsFormula
- XL.Sheet.CellReadBooleans
- XL.Sheet.CellReadComments
- XL.Sheet.CellReadFormulas
- XL.Sheet.CellReadNumbers
- XL.Sheet.CellReadValue
- XL.Sheet.CellWriteFormula
- XL.Sheet.CellWriteFormulas
Release notes
- Version 8.0
- Added XL.Sheet.CellReadBooleans, XL.Sheet.CellReadComments, XL.Sheet.CellReadDates, XL.Sheet.CellReadFormulas, XL.Sheet.CellReadNumbers, XL.Sheet.CellReadTexts, XL.Sheet.CellWriteBlanks, XL.Sheet.CellWriteBooleans, XL.Sheet.CellWriteComments, XL.Sheet.CellWriteDates, XL.Sheet.CellWriteFormulas, XL.Sheet.CellWriteNumbers, XL.Sheet.CellWriteTexts, XL.Sheet.GetCellErrors, XL.Sheet.GetCellFormats, XL.Sheet.RemoveComments and XL.Sheet.SetCellFormats.
Created 18th August 2014, last changed 19th April 2020
XL.Sheet.CellReadDates - XL.Sheet.CellReadFormulas
Feedback: Report problem or ask question.
Links
MBS Xojo blog