Hi
On Sheet 1, I have rows of data as follows:
Column A: Name of client
Column B: Amount (value) in original currency
Column C: Currency
Column D: Transaction Date
Column E: Settlement Date
The Name of the client may appear on multiple rows and may have different currencies.
On Sheet 2, I have a currency table with the currency exchange rates to convert to USD as follows:
Column A: Currency (i.e. USD, GBP, CAD etc)
Column B: The exchange rate
What I am attempting to do is to sum the converted values for each particular client in 1 step.
Taking it 1 step further, I would like the same sum within time buckets i.e. if the difference between the two dates falls within 30, 60 and 90 days etc?
Thanks for you assistance.
On Sheet 1, I have rows of data as follows:
Column A: Name of client
Column B: Amount (value) in original currency
Column C: Currency
Column D: Transaction Date
Column E: Settlement Date
The Name of the client may appear on multiple rows and may have different currencies.
On Sheet 2, I have a currency table with the currency exchange rates to convert to USD as follows:
Column A: Currency (i.e. USD, GBP, CAD etc)
Column B: The exchange rate
What I am attempting to do is to sum the converted values for each particular client in 1 step.
Taking it 1 step further, I would like the same sum within time buckets i.e. if the difference between the two dates falls within 30, 60 and 90 days etc?
Thanks for you assistance.