Hi Alteryx Community
I have a file that has current exchange rate as so in Table 1
| CurrentFxDate | CurrentFxRate (USD) |
| 26-SEP-2019 | 0.914076813 |
and another excel file with an amount to convert in Table 2
How do I convert it by add another column (Amt USD) in Table 2 and using the formula tool to reference table 1 data and convert EUR to USD in Table 2
Preview of final Table 2
| Amt (EUR) | Amt (USD) |
| 12000 | 13128.09 |
Please help me as I tried using Join tool but im unable to get the final output.