Excel’s Hash ReferenceWhat is the hash symbol that you see in some formulas? What does it do? If you have […] February 12, 2023 in Excel tagged excel / spill / hash by Mike
Sorted Data Validation ListIn Excel, in Microsoft 365, how do you sort your dropdown data validation list? You have a cell […] February 12, 2023 in Excel tagged validation / dynamic / sort / data / list / array by Mike
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 sql / temporary / table by Mike
Cleaning Data with AlexThis post is based on a video on YouTube by Alex the Analyst. Thanks Alex. Learn with YouTube […] February 9, 2023 in Data Analytics tagged analyst / clea / data / analytics / Data Cleaning by Mike
Excel OFFSET functionThe OFFSET function lets you create a reference to a range of cells that is a certain number […] February 9, 2023 in Excel tagged excel / offset / reference / move / point by Mike
Excel Recursive Lambda FunctionLAMBDA functions in Excel are recursive! This means they can call themselves. One classic example of recursion is […] February 8, 2023 in Excel tagged megareplace / factorial / lambda / find / search / replace / recursion by Mike
Simple Linear Regression in ExcelLinear regression analysis is used to predict the value of a variable based on the value of another […] February 8, 2023 in Statistics tagged linear / two / regression / excel / simple / relationship / variables / Linear Regression by Mike
Excel Lambda FunctionHave you ever used VBA in Excel to create your own functions? LAMBDA allows you to create your […] February 7, 2023 in Excel tagged lambda / search / replace / megareplace by Mike
Office Scripts in ExcelWhat are Office Scripts? Office Scripts in Excel let you automate tasks. You can create and edit scripts […] February 7, 2023 in Excel tagged automate / script / task by Mike
Learning with YouTubeYou can learn a lot from watching a video on a topic. On this website, I have included […] February 6, 2023 in Learning tagged best / video / course / learn / education / learning / study by Mike
Excel SortingSorting a list or set of information can be straightforward or more complex. In Excel, you can sort […] February 6, 2023 in Excel tagged sort / sorting / arranging by Mike
SQL COALESCE() FunctionCOALESCE() returns the first non-null value in the list. If you have a list of arguments that you […] February 4, 2023 in SQL tagged sql / null / Coalesce / non-null / SQL NULL by Mike