Difference between revisions of "Documentation/How Tos/Calc: FORMULA function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Bot: Adding Category: Documentation)
Line 20: Line 20:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation]]

Revision as of 13:27, 20 November 2009


FORMULA

Returns the formula used in a cell as a text string.

Syntax:

FORMULA(cell)

Returns the formula entered in the cell cell as a text string.

Example:

FORMULA(A8)

where A8 contains the formula =SQRT(4), returns the text "=SQRT(4)".

Template:Documentation/SeeAlso

Personal tools