-
Notifications
You must be signed in to change notification settings - Fork 72
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
Comments
Hi @yavisht which IE version, and what error do you get? |
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. |
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? |
I calculated figures in a hidden div and stole the values using jQuery using .value() as a workaround. |
That's fantastic. Could you post a link to see how it is done? |
Check the 2 examples. one with VLOOKUP and one without |
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".
|
Sorry for late step in, I'll try to find the root cause of why it resulting error on IE (usually IE specific quirks) |
Maybe I can use the SERVER function to call a PHP version of VLOOKUP? |
!ERROR is shown in IE when VLOOKUP is used. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: