Related Posts
Thank you and we’re done!

Additional Posts in Excel Genius
Still don't have xlookup. #fomo
Would anyone be willing to teach me vlookup?
Anyone know what these badges are?

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




Jira. Don’t reinvent the wheel
Excel for test case and bug management. Red flag
Unless I completely misunderstood , you could probably make a private git repo to accomplish this, or use a ticketing solution like Jira or RT. Notion or Airtable may also be able to accomplish this. These are are all largely free(at some tier) and/or open source
I would not recommend attempting this in excel for the reasons you stated and this quickly can escalate into a technical mess.
Deloitte doesn’t have a test management tool? Come on.
I could make it for you, but I need to charge a consulting fee
Jira or HPALM
Use access
I should clarify I'm looking for something that would be relatively accessible to a client. The tracker of test cases is in Excel (on the client's SharePoint) because it's co-edited by us/client, and so looking for a tool that's either embedded in the same file, or one that can regularly pull the data from the Excel file and incorporate it into a data model with the issue info in order to create dashboards.
I'm not skilled with network databases, so any details are appreciated!
can be solved within excel without power pivot tool, using match function, and sorting.
Unfortunately, like I mentioned in the description, our MacOS version of Excel seem to only have Power Query, not Power Pivot
You say you have Power Query, so you can still read SharePoint files into a workbook and do full joins to preserve your many-to-many relationships. If you run into row count limits, you can take your PQ script and copy it to Power BI which is more scalable than Excel.