yesitsmewojtek
New Member
- Joined
- Mar 24, 2018
- Messages
- 4
Hi guys,
I'm using the lookup formula to look up values in array. I'm looking for a specific exchange rate for a specific date and currency.
Cell B61 contains EUR, cell B62 contains 3/9/2018 (formatted and showed as date 09/03/2018).
Below VLOOKUP works perfectly:
=VLOOKUP(B62,A4:AJ55,MATCH(1&" "&B61,A1:AJ1,)) always for each currency and date in my array (the result is 4.1989).
I don't understand why I'm getting the #N/A error for formula like this:
=VLOOKUP(("3/9/2018"),A4:AJ55,MATCH(1&" "&("USD"),A1:AJ1,))
A4:AJ55 is a table_array. In first column contains dates [e.g. 3/8/2018 (showed and formatted as date 08/03/2018)]. lookup_value in MATCH formula requires 1&" "& because I'm looking up in values like 1 USD.
Can I put exact values in VLOOKUP formula (like USD or 3/9/2018)? I have to understand that.
I'm using the lookup formula to look up values in array. I'm looking for a specific exchange rate for a specific date and currency.
Cell B61 contains EUR, cell B62 contains 3/9/2018 (formatted and showed as date 09/03/2018).
Below VLOOKUP works perfectly:
=VLOOKUP(B62,A4:AJ55,MATCH(1&" "&B61,A1:AJ1,)) always for each currency and date in my array (the result is 4.1989).
I don't understand why I'm getting the #N/A error for formula like this:
=VLOOKUP(("3/9/2018"),A4:AJ55,MATCH(1&" "&("USD"),A1:AJ1,))
A4:AJ55 is a table_array. In first column contains dates [e.g. 3/8/2018 (showed and formatted as date 08/03/2018)]. lookup_value in MATCH formula requires 1&" "& because I'm looking up in values like 1 USD.
Can I put exact values in VLOOKUP formula (like USD or 3/9/2018)? I have to understand that.