SQL Temp TablesLet’s discuss temporary tables in Microsoft’s T-SQL. Temporary tables have a hash (#) at the start of their […] February 10, 2023 in SQL tagged table / sql / temporary by Mike
T-SQL Tables and Row CountYou are exploring a database in SQL Server using SSMS. You need a script that simply reports the […] January 10, 2023 in SQL Server tagged table / row / explore / exploration by Mike
SQL Select IntoThe SELECT INTO statement copies data from one table into a new table. Here’s the syntax for copying […] January 8, 2023 in SQL Server tagged table / copy / into / select / backup by Mike
Excel SlicersWhat is a slicer? A slicer is a visual representation of a filter. They are available in Excel […] November 19, 2022 in Excel tagged table / filter / slicer by Mike
Pivot Table Sales Data ExampleLet’s look at some Sales data in a simple example and use Pivot Table to summarize the data. […] November 11, 2022 in Excel tagged summarize / pivot / data / excel / table / Excel Pivot Tables by Mike
Get Data From the Web Into ExcelYou can get data from a web page and import it into Excel. It’s easy. You might want […] November 6, 2022 in Excel tagged import / sample / table / web / page / sheets / Northwinds / data / Google by Mike
Excel Pivot Tables Date GroupingDates can be a bit tricky. For the best solution to working with dates in our Pivot Table […] November 5, 2022 in Excel tagged hide / calendar / group / dates / power / data / ungroup / table / client / date / tools / model / pivot by Mike
Excel Table RelationshipsSuppose you have two tables of data in Excel that are related. As an example, you might have […] November 5, 2022 in Excel tagged model / relationship / pivot / power / table / link / join / left by Mike
Create a Pivot Table from Multiple Sheets using Power QueryDo you have an Excel workbook (file) that has multiple worksheets of data that you need to combine […] November 5, 2022 in Excel tagged pivot / multiple / many / power / append / union / sheets / table / combine / merge / query / Excel Pivot Tables by Mike
Excel Agenda TemplateDo you have an event or meeting that you would like to enter into Excel and have Excel […] October 28, 2022 in Excel tagged if / filter / agenda / at / account / table / time / offset by Mike
Excel Add or Remove Table Rows and ColumnsRows If you have an Excel table, you can easily add rows to that table. One way is […] October 27, 2022 in Excel tagged table / add / column / row / excel / remove / Excel Tables by Mike
Excel Totals in TablesWhen you are working with a table in Excel you can have the aggregations calculate automatically. How can […] October 27, 2022 in Excel tagged table / count / total / sum / reference / average / Excel Tables by Mike