Ahhh, thought I was look’n at some pascal assignment statement there for a moment 
Handling of Empty Cells is an important topic.
I found the page when looking for options to the question, “what does it mean when a cell looks like it contains nothing?” If I know a cell should have a value, I explicitly check for the value. It was the empty cell that was causing issues, in particular if the cell’s value was based on a formula in the cell. I’m looking at len(trim()) rather than isblank().
Regarding the online help table, I got different results for istext() and isblank().
I’m assuming B1 is empty and C1 is a reference to B1.
=ISTEXT(B1) FALSE # same
=ISTEXT(C1) TRUE # I get FALSE
=ISBLANK(B1) TRUE # same
=ISBLANK(C1) TRUE # I get FALSE
Environment:
Version: 25.8.3.2 (X86_64) / LibreOffice Community
Build ID: 580(Build:2)
CPU threads: 2; OS: Linux 6.6; UI render: default; VCL: gtk3
Locale: en-US (en_US.utf8); UI: en-US
25.8.3-3
Calc: threaded