Skip to content
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

Unable to use formula like =Table1[@[Column1]] #2799

Closed
1 task done
rokam opened this issue Apr 19, 2024 · 5 comments
Closed
1 task done

Unable to use formula like =Table1[@[Column1]] #2799

rokam opened this issue Apr 19, 2024 · 5 comments
Labels
confirmed-bug Issues with confirmed bugs fixed-hotfix Issues that fixed on next hotfix, waiting to be released

Comments

@rokam
Copy link

rokam commented Apr 19, 2024

This issue is unique.

  • I have used the search tool and did not find an issue describing my bug.

Operating System

Linux (DEB package)

Version information

8.0.1.31

Expected Behavior

When creating a formula, if I reference a cell inside a Table, it uses the direct sheet address (eg. A2) instead of
TableName[@[ColumnName]]. And if I force the TableName[@[ColumnName]] I receive a formula error message.
image

Actual Behavior

It should return the value of cell C11.

Reproduction Steps

  1. Create a table in your spreadsheet
  2. Inside the table create a formula that references any cell in the same line.
  3. Replace the address value with the equivalent Table formula format.

Additional information

No response

@rsnegirev
Copy link

Hi @rokam

Can you please attach a file example?

@rokam
Copy link
Author

rokam commented Apr 19, 2024

I can't set the formula due to the alert. I can send you a file with a table in it, but that's all.
Does this help?
sample.xlsx

@StevePirateX
Copy link

This happens to me as well when I try the formats :

  • Table1[@Fieldname] (this automatically comes up when clicking on the cell in the same row)
  • Table1[@[FieldName]]
  • Table1[@;[FieldName]]
  • Table1[[@];[FieldName]]

I can type in Table1[[#This Row]] Table1[[@]] and Table1[@] and it highlights the row but not sure how to make it reference just the named cell.

Im using 8.1.0.169 (deb)

@rsnegirev
Copy link

Hi everyone

The problem was fixed in this one commit:
ONLYOFFICE/sdkjs@e4fe04f

Fixes will be released in the 8.1.1 version pretty soon.

@Rita-Bubnova Rita-Bubnova added confirmed-bug Issues with confirmed bugs fixed-hotfix Issues that fixed on next hotfix, waiting to be released labels Jul 9, 2024
@Rita-Bubnova Rita-Bubnova transferred this issue from ONLYOFFICE/DesktopEditors Jul 15, 2024
@Rita-Bubnova
Copy link
Member

DocumentServer v8.1.1 is released so I close this issue. Feel free to comment or reopen it if you got further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs fixed-hotfix Issues that fixed on next hotfix, waiting to be released
Projects
None yet
Development

No branches or pull requests

4 participants