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

VLOOKUP does not work in IE #34

Open
yavisht opened this issue Aug 22, 2016 · 10 comments
Open

VLOOKUP does not work in IE #34

yavisht opened this issue Aug 22, 2016 · 10 comments

Comments

@yavisht
Copy link

yavisht commented Aug 22, 2016

!ERROR is shown in IE when VLOOKUP is used. Is there a way to fix this?

@ikhsan017
Copy link
Member

Hi @yavisht

which IE version, and what error do you get?

@yavisht
Copy link
Author

yavisht commented Aug 22, 2016

I tested it in IE 11.. If we have a VLOOKUP formula in data-formula the value shown is !ERROR .. works fine in chrome and firefox. I tested the vlookup sample html as well.. same issues.

@yavisht
Copy link
Author

yavisht commented Aug 22, 2016

screen shot 2016-08-23 at 9 10 29 am

@bwente
Copy link

bwente commented Feb 17, 2017

Any ideas for a quick fix? Is it possible to set it to a javascript variable and display that? Or is just not able to do the lookup?

@yavisht
Copy link
Author

yavisht commented Feb 20, 2017

I calculated figures in a hidden div and stole the values using jQuery using .value() as a workaround.

@bwente
Copy link

bwente commented Feb 21, 2017

That's fantastic. Could you post a link to see how it is done?

@yavisht
Copy link
Author

yavisht commented Feb 21, 2017

Check the 2 examples. one with VLOOKUP and one without

custom-calc-example.zip

@bwente
Copy link

bwente commented Feb 21, 2017

Thanks so much for the examples. It now illustrates how much I need to get have VLOOKUP to work in IE.

Here is one of 80 rows I have to "convert".

<tr><td data-cell="F1" data-format="0.0000" data-formula="S1">S1</td><td data-cell="G1" data-formula="ABS(PMT(F1/12,360,J1))">G1</td><td data-cell="H1" data-formula="SUM(G1,L1,N1,O1)">H1</td><td data-cell="I1" data-format="0.00" data-formula="ROUNDUP(H1,-1)">260</td><td data-cell="J1" data-format="$0,0">25000</td><td data-cell="L1">58</td><td data-cell="N1">63</td><td data-cell="O1" data-formula="VLOOKUP(F1, P1:Q5, 2, TRUE)*J1/12">O1</td></tr>

@ikhsan017
Copy link
Member

Sorry for late step in, I'll try to find the root cause of why it resulting error on IE (usually IE specific quirks)

@bwente
Copy link

bwente commented Mar 3, 2017

Maybe I can use the SERVER function to call a PHP version of VLOOKUP?

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

3 participants