How to reference a named cell on a named sheet

This has to have been answered already, but my search didn’t find it.
I have a sheet named Income with a cell named Both_Taxable. If I try to reference that from another sheet in the same document, e.g.

=Income.Both_Taxable

I get a “#NAME?” error.
If I reference it as

=Income.I32

it works.
Running LO 7.4.4.2 on FreeBSD 12.4

It depends on the scope of Name (see Menu / Sheet / Named Ranges and Expressions / Manage...).
If scope is Document (Global) then as in @karolus 's answer, if scope is Income (sheet) then =Income.Both_Taxable.

@sokol92 : As Gary_Aitken already states … The scope is global

Hallo

=Both_Taxable

:blush:

1 Like

Ugh. I didn’t realize cell names have to be unique for the whole document?

Only the Names in global-scope