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

Offset values #118

Open
maartenvanbenthem opened this issue Nov 8, 2016 · 4 comments
Open

Offset values #118

maartenvanbenthem opened this issue Nov 8, 2016 · 4 comments

Comments

@maartenvanbenthem
Copy link

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.

@maartenvanbenthem
Copy link
Author

And offset in percentages is not working as expected.

@thenikso
Copy link
Owner

hmm interesting. the code seams fine. perhaps you could add a jsbin (for example based on this) to show off the problem?

@ianldgs
Copy link

ianldgs commented Jun 28, 2017

Negative values in percentage are also not working.

@Khaos-Storm
Copy link

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.
If my OFFSET points to a cell in column D, it will just return 0.
So my workaround was to create a column E that just points to the calculated value in column D. Then setup my OFFSET so that it points to E.

-Silly limitation to run into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants