I am trying to build a spreadsheet to keep an accurate log of transactions, profit and current balance of 3 currencies. However I need help trying to segregate each transaction to only affect the balance of their matching currency. Here is what i have so far.
So the goal is if for example the transaction in row 4 was Euros and I select Euros from the Currency Drop Down and the +/- Profit will be listed under the Euros in the J Column and show the change to the balance for each transaction in their respective currencies only and show the final balance in the L Column. Is this possible or is this too complex? I am not sure how to accomplish this but I assume you could do it through an if/else statement in VBA code. ANy help is appreciated.
So the goal is if for example the transaction in row 4 was Euros and I select Euros from the Currency Drop Down and the +/- Profit will be listed under the Euros in the J Column and show the change to the balance for each transaction in their respective currencies only and show the final balance in the L Column. Is this possible or is this too complex? I am not sure how to accomplish this but I assume you could do it through an if/else statement in VBA code. ANy help is appreciated.