-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function status missing range name #122
Comments
OK, I tried but can't duplicate. If the F5 key is POINT mode, any Name entered will goto first cell address in that named range, but adding F3 key disables spreadsheet pointer to focus on status bar list of names, displayed in alphabetical order regardless of cell selected in spreadsheet. |
If spreadsheet function status bar won't be similar in Linux & DOS, then @cell(Name, D6) will certainly help. Management of range names in modern spreadsheets use menu selections & tables to list data or range names, before clicking Edit, Delete, or Rename. 123 menus must select / Range / Name / (Create or Delete) before selecting a Name or typing an address from memory. So, using F5 to point to range address is highly recommended before executing these actions. |
Here is what I mean:
How did |
Ahh, I see what you mean! Hmm, okay, let me look at the code and see if maybe we can add this. I think maybe a new attribute might work too, but I'll take a look! |
rruhle commented 1 hour ago •
Managing range names, or checking names for a range becomes harder when not shown in status bar.
Since @cell(attributes) won't reveal range names, the legacy DOS 123 spreadsheet function @@() showed any names created for a cell address in top left status bar.
While Linux shows the same referenced value at cell location containing @@() function, only cell address appears in top left status bar, no range name(s).
The more range names created, the harder it becomes to find or check a named range with the alternative key sequence F5, F3, F3, and scrolling thru all range names to locate the intended cell address.
taviso commented 1 hour ago
Hmm, I wasn't familiar with that!
I know that in POINT mode if you choose a range that has a name, and press F3, 123 will enter the name, does that help?
We could add a new attribute like @cell("name", D6) in the next release if that would be useful? I guess the question is what to do if that cell/range doesn't have a name, or has multiple names!
Maybe we could just return ERR unless there is exactly one match?
The text was updated successfully, but these errors were encountered: