Hello Community,
I need help with using structured references in OnlyOffice. I have a worksheet named “rawdata2025” that contains my account transactions from the previous month. I want to transfer specific columns from this worksheet to a new worksheet (Sheet 2), and I want this transfer to happen automatically whenever I update “rawdata2025” with new data.
My Attempts So Far:
- Structured References: I tried to transfer the column “Name Zahlungsbeteiligter” using the following formula:
=rawdata2025[[#Headers],[Name Zahlungsbeteiligter]]
However, this resulted in an error. I also tried using “Titel” instead of “Headers” since I’m using OnlyOffice in German, but that didn’t work either.
-
Table Definition Check: I ensured that the range in “rawdata2025” is defined as a table.
-
Simple Cell References: I tried using simple cell references, but this is not the preferred method as I need dynamic updates.
-
Name Manager: I considered defining the range manually using the Name Manager, but I’m not sure if this is the best solution.
Question for the Community:
Is there a specific syntax or setting in OnlyOffice that I need to consider to use structured references correctly? Are there any known limitations or alternative methods to solve this issue?
I would appreciate any help or suggestions!
Thank you in advance!