I have a column where
if [Currency] = "U$" THEN [Mkt Value]*1.2727ELSE [Mkt Value] ENDIF
currently I have hardcoded the rate, but my fx rates source file is a separate file that's updated daily.
would it be possible, in the file's current format, to get the rate that's beside "CLOSE" (that's the FX rate I use daily) by doing some sort of lookup without me looking at the file then hardcoding the number?
*****
also, for month-end, i would need to do a similar lookup with not only U$, but other currencies like EM, BP, etc (those rates are in the second sheet, "ME"). i have provided one example in sheet3....would this be doable in Alteryx?