We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the EF refactoring behaves incorrectly when the subformula contains relative references and the target is a single cell.
E.g. =A1+1 and =A2+1, extract A1 to $B$1. B1 will then contain =A1, and both previous cells will contain =$B1$1+1
=A1+1
=A2+1
A1
$B$1
=A1
=$B1$1+1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the EF refactoring behaves incorrectly when the subformula contains relative references and the target is a single cell.
E.g.
=A1+1
and=A2+1
, extractA1
to$B$1
. B1 will then contain=A1
, and both previous cells will contain=$B1$1+1
The text was updated successfully, but these errors were encountered: