I'm building a dashboard in an Excel 2015 worksheet that summarizes sales activity from two tabs. Each tab has a dynamic PivotTable exported from an Advanced Find query in Microsoft Dynamics 2015, which includes an SQL database connection.
I'd like to be able to type in dates on this dashboard sheet (in corresponding "On or After" and "On or Before" cells) that can update the queries in both tabs' connections accordingly. The purpose of this is to avoid opening a connection's properties and update the SQL date string manually for each tab.