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
A spreadsheet I am working with has a named range items for a grid of cells, and then uses that named range in a VLOOKUP, like this:
items
VLOOKUP
VLOOKUP(A1,items,2,FALSE)
When I evaluate this formula it returns #VALUE!.
evaluate
#VALUE!
It works correctly in Excel, and also in formulas.
If I replace the named range with a cell range it works fine:
=VLOOKUP(A1,VDATA!A1:B100,2,FALSE)
Would you expect this to work in xcalculator? And if so would a minimal test case be helpful?
xcalculator
Thanks!
----Scott.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A spreadsheet I am working with has a named range
items
for a grid of cells, and then uses that named range in aVLOOKUP
, like this:When I
evaluate
this formula it returns#VALUE!
.It works correctly in Excel, and also in formulas.
If I replace the named range with a cell range it works fine:
Would you expect this to work in
xcalculator
? And if so would a minimal test case be helpful?Thanks!
----Scott.
The text was updated successfully, but these errors were encountered: