This might be a first--what you have/want in Excel is the correct way to store your data in a database,
Unless 1.png is an image of the results of a cross-tab query, there is no easy way to get your data from Access to the format you want. You should not have fields in tables named after specific data types (e.g. Taxes, Dividends, Wages, etc.). Instead you should have a field called [FinancialType] and in that field you would store the type value ('Taxes', 'Dividends' etc.). Your table when opened, should look like your expected Excel format.
I suggest you bite the bullet and restructure your database to properly structure your data so its easy to export it in the manner you want.