=VLOOKUP(A2,ExRates,2,FALSE)
or
=IF(ISERROR(VLOOKUP(A2,ExRates,2,FALSE)),"", VLOOKUP(A2,ExRates,2,FALSE))
You could also use VBA to input the value into B2 and have the exchange rates hardcoded into the VBA script or also use the Lookup table.
=VLOOKUP(A2,ExRates,2,FALSE)
or
=IF(ISERROR(VLOOKUP(A2,ExRates,2,FALSE)),"", VLOOKUP(A2,ExRates,2,FALSE))
You could also use VBA to input the value into B2 and have the exchange rates hardcoded into the VBA script or also use the Lookup table.
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks