← All functions

ISTEXT

Supported, behaves as documented

Category: Information · Last tested 2026-07-04

Support matrix

EngineDocumentedLive-testedVerdict
Excel Yes Not yet n/a
Google Sheets Yes Not yet n/a
LibreOffice Calc Yes Yes (24.2.7.2, 2026-07-04) Supported, behaves as documented

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=ISTEXT(A1) A genuine text string -> TRUE True True Matched
=ISTEXT(A1) A number -> FALSE False False Matched
=ISTEXT(TRUE) A logical value is not text -> FALSE False False Matched
=ISTEXT(A1) A blank cell -> FALSE False False Matched

Docs & syntax