Microsoft
Software
Hardware
Network
Question : Excel SQL Subtotal
I am using Excel to connect to an MSSQL database. Specifically, I am using the Excel function: Data / Import External Data / New Database Query.
I am able to successfully get the information I want, but I would like to know how to subtotal by category. So in my case, my query generates the following SQL statement:
SELECT Patient."Last Name", Patient."First Name", Patient."Last Visit", Patient."Provider Code", Patient."Facility Code"
FROM "Sample Company".dbo.Patient Patient
ORDER BY Patient."Facility Code", Patient."Provider Code", Patient."Last Name"
This gives me a nice long spreadsheet sorted by Facility. Is there a way to subtotal the Count of each unique value in the Facility column?
Answer : Excel SQL Subtotal
Once you get back the query results, then, you can use Excel's subtotals feature.
In Excel 2003 it was under either Insert or Data (can't check now); in Excel 2007 it's on the Data tab, Outline group.
Random Solutions
VBA Code needs converted from MS Excel 2003 to 2007
Determining if something exists in Powershell
flash crossdomain simple question : where to put the crossdomain.xml file ?
why we need some services on Windows 2003 DC?
Why don't certain images show in Safari but are ok in all other browsers?
Install apps on Win7-x64 Pro machine without admin privledges
scecli 1704 causes application to hang
Need to find out switch & firewall IP and logon credentials
Counting multiple fileds in a Report
How do I summarise totals per category?