Jyggalag
Active Member
- Joined
- Mar 8, 2021
- Messages
- 445
- Office Version
- 365
- 2019
- Platform
- Windows
hi all,
i have this overview:
And in my other sheet entitled "XXX" i have this table:
I am using this formula to calculate my nominal value in EUR:
=IF(J2="EUR";I2;I2*VLOOKUP(J2;'XXX'!AO6:AS7;MATCH(J2;'XXX'!AO6:AS6;0);FALSE))
it should in the case above say 12046,37 * 0,134192, since the currency is DKK and not EUR, so it needs to recalculate the value into EUR.
However, my formula just returns "#N/A"
what have I done wrong and can someone please help me fix my formula?
thanks!
i have this overview:
And in my other sheet entitled "XXX" i have this table:
I am using this formula to calculate my nominal value in EUR:
=IF(J2="EUR";I2;I2*VLOOKUP(J2;'XXX'!AO6:AS7;MATCH(J2;'XXX'!AO6:AS6;0);FALSE))
it should in the case above say 12046,37 * 0,134192, since the currency is DKK and not EUR, so it needs to recalculate the value into EUR.
However, my formula just returns "#N/A"
what have I done wrong and can someone please help me fix my formula?
thanks!