Hi All
i got a question regarding lookup,
here is the case, i got 1 file with a set of data, with date, currency and amount

and then another file with a set of FX rate with months

what i need to do is, in the Data file add a new column and then Lookup the relevant month (according to the date column, each month will use the relevant month FX in the table) FX value
e.g. if the line with date = 02/08/2021 and Currency = AUD, i need the return value to be 5.5253
May i know how i can do it? thanks in advance