Hey guys,
I have this example dataset: (see image)
The goal for me is to calculate Net Amount, which is Dividend for ticker X on the specific date minus Taxes for ticker X on the specific date.
How can I do this? I have in mind creating a concat of ticker and date and then join rows? or perhaps a complex formula tile? or transpose the data?
Help is appreciated it!