I have a simple query that outputs columns A and B of a project dataset, when the value in column A is not empty:
=QUERY(Projects!A2:B, "SELECT A,B WHERE A<>''")This creates an easy to scan highlight of the important project data (in my case, project name and next action item). However, the project details are in another tab, so if I want to examine the project, I have to copy the name, go to the tab, and search for the project.
It would be super nice if the output of the QUERY could automatically hyperlink to the source data. Or maybe there is a hotkey I can press to jump to the source. Does this feature exist?