Related Posts
When to buy back in to triple leveraged etfs 🔮
More Posts
Best way to get a consulting job in the U.S?
What does Shadow Hardlock mean?
Additional Posts in Excel Genius
Anyone know what these badges are?

New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.








Alteryx
How about use of Idea or ACL for data extraction?
There has to be a better way?
Then excel either as it comes as package
If you have access to IDEA, this is actually fairly simple. You can match the list of accounts you want against the entire database to extract only the activity for those accounts.
Alternatively in excel, you could set up a column next to the account column, write an “if” formula to only display a character if the account matches one in your list (I think you might have to nest a “match” formula in there too, not sure without writing it out), then filter based on the results of that formula.
Import the data from access into excel as a pivot table. Then pivot the data. A pivot table compressed the data at a ratio of 17:1 (depends on version of excel). Your workbook will be 10mb
On the excel ribbon see the tab data
My problem is that I can't export the entire population, because Excel can't handle the volume. I already manually filtered 5 revenue accounts to export, which went well, but it is only 5 manual filters (don't want to do it 273 times)
Can’t we do this filtered in MSAccess itself and export the required data alone ?
I've never used it, but try powerquery in excel. I think you should be able to query the mdb file.
I'm with EY1, assumed y'all didn't have MS access.
Alteryx dream
Use vba to access the mdb file. Then use an SQL query to get the info you need, should be pretty simple just google "VBA SQL query."