-
Notifications
You must be signed in to change notification settings - Fork 112
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
Offset values #118
Comments
And offset in percentages is not working as expected. |
hmm interesting. the code seams fine. perhaps you could add a jsbin (for example based on this) to show off the problem? |
Negative values in percentage are also not working. |
I too have found that OFFSET doesn't work when it points to a cell that calculates a percentage. Frustrating limitation, but my work around has been to create a second column that just points to the cell that does the calculation. Then I point my offset to the cell that just has the value, rather than the calculation for percentage. Example: Let's say column A is date, column B is my total, and column C is my partials. Column D calculates that row for C/B, and shows a percentage. -Silly limitation to run into. |
I am using V 1.5.7
The offset values are interpreted as:
[top, bottom, left, right]
and not as the documentatiosn tells:
[top, right, bottom, left]
Maybe usefull to have an example with the offset too.
The text was updated successfully, but these errors were encountered: