I am completely new to VBA. I spent half of the day watching tutorials and searching for formulas but it seems that I need to start from at least something.
If you could write a code I would have something to work with and understand the logic of scripting.
The script should check whether the dates in row(7) are within the Start - End dates interval (I think i will manage to put it in user defined variables) and make transformation of the table as per the picture below:
When the March 2017 numbers are out, I need the script to add the data below of the previously generated table2 (so there should be something like "find the latest row, check if March 2017 is not already there and if not - add data below").
My finance department provides me with the financial statements in the format of the left table, however, in order to the analyze it in BI software, I need to transform it like this.