Hi,
In the "Werte" sheet at the "E56" Location the function is:
=INDEX(Prices!A:A;EQUIV(Werte!E55;Prices!B:B;0))
But "Werte!E55" is the commodity name in english, and "Prices!B:B" saves commodity depending on your language (i'm french)
To prevent the error i have to change the function to:
=INDEX(Prices!A:A;EQUIV(RECHERCHEV(Werte!E55;LOC_G oods[[Tradegood]:[Marchandise]];3;0);Prices!B:B;0))
But you could certainly do far better, i don't have check with which function you set the value of "Werte!55" or where is saved the language value
I hope you understand what i have try to explain ...
In the "Werte" sheet at the "E56" Location the function is:
=INDEX(Prices!A:A;EQUIV(Werte!E55;Prices!B:B;0))
But "Werte!E55" is the commodity name in english, and "Prices!B:B" saves commodity depending on your language (i'm french)
To prevent the error i have to change the function to:
=INDEX(Prices!A:A;EQUIV(RECHERCHEV(Werte!E55;LOC_G oods[[Tradegood]:[Marchandise]];3;0);Prices!B:B;0))
But you could certainly do far better, i don't have check with which function you set the value of "Werte!55" or where is saved the language value
I hope you understand what i have try to explain ...