Hi all: I have a P&L file with data laid out across and I want to turn it into a database. One of the things that is throwing me off is that there are rows across the top with jurisdiction data that also need to be in the database...
database should look like:
asia 1 ABC AU sales 100
asia 1 ABC AU cogs 50
Thoughts on how to best accomplish this? I tried playing with cross tab/transpose but getting stuck.
Thank you.