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

Add support for INDIRECT #1260

Open
jfstephe opened this issue May 4, 2023 · 4 comments
Open

Add support for INDIRECT #1260

jfstephe opened this issue May 4, 2023 · 4 comments
Labels
Feature Something we can add later on without introducing a breaking change Function Feature or bug in formula function

Comments

@jfstephe
Copy link

jfstephe commented May 4, 2023

Description

INDIRECT: Return a reference given a string representation of a reference

Specifically I need this in order to be able to have references to relatively positioned cells without using the current cell reference e.g.

=OFFSET(INDIRECT(ADDRESS(ROW(), COLUMN())),0,-1)

In order to do this, I will also need this issue resolving.

Open Formula

@jfstephe jfstephe added the Function Feature or bug in formula function label May 4, 2023
@adrianszymanski89 adrianszymanski89 added the Feature Something we can add later on without introducing a breaking change label May 5, 2023
@adrianszymanski89
Copy link
Contributor

Hi @jfstephe

Thank you for your input.

@sequba

Do we have any timeline for this issue? #1221

@sequba
Copy link
Contributor

sequba commented May 6, 2023

@jfstephe, ADDRESS function will most likely be included in the upcoming release of HyperFormula.

It seems to me that it is impossible to implement INDIRECT unless we change the way HyperFormula builds the dependency graph. Currently, HyperFormula collects dependencies during the parsing phase before evaluating any expression. The dependency graph is a core data representation of the engine. We do not plan to rewrite it in the near future.

Related discussion: #870

Why do you avoid using the current cell reference in your formula? Perhaps your problem has another solution which doesn't require INDIRECT?

@171h
Copy link

171h commented May 23, 2023

This is indeed a very important feature, and it can avoid complex custom operations.

@AMBudnik
Copy link
Contributor

AMBudnik commented Mar 6, 2024

Ref: #1388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something we can add later on without introducing a breaking change Function Feature or bug in formula function
Projects
None yet
Development

No branches or pull requests

5 participants