Hi there,
Wondering if this can be possible in Alteryx, as I have a macro in excel to just vlookup formula based on the dated column with the dated exchange rates to give me GBP equivalents.
I've attached the workflow, this is run and gives the previous day date already, but what I'm looking for is a way to convert/change the regular H2/I2 cell values etc etc by the corresponding exchange rate and the date to give me GBP equivalents, instead of the original currency value in the cells.
This is the formula I've used in excel vba pretty much if this helps at all.
=H2/VLOOKUP('Balance Summary'!$G2,'Exchange Rates'!$A:C,12,0) - this would convert the H2 value to gbp equiv, and vba macro then pulls this down the column for other accounts in the row. Then the next day it would shift along to the next column.

