From CSV to ExcelHow do you convert a comma separated values (text file) into a Microsoft Excel file? If you have […] November 9, 2024 in Excel tagged excel / file / text / convert / csv by Mike
From CSV to SQLiteHow do you get your CSV data into a SQLite database? Here is an article from Towards data […] August 6, 2024 in Excel tagged python / sqlite / integration / data / import / csv / SQLite by Mike
Python in ExcelPython is now inside Microsoft Excel. Really? Python is only in Excel if you have Microsoft 365 on […] August 27, 2023 in Excel / Python tagged excel / python by Mike
Excel Column to CSVHow would you convert an Excel column of strings or numbers to a string as a comma separated […] July 6, 2023 in Excel tagged transpose / pandas / dataframe / excel / list / VBA / csv by Mike
Export Excel to PDFConverting your Excel file to PDF can be a bit tricky when you have a large Excel file […] May 17, 2023 in Excel tagged export / PDF / import / scrape / print / excel by Mike
Excel FilteringThis post is about filtering in Excel. For information on the FILTER function have a look at our […] February 12, 2023 in Excel tagged location / copy / select / filter / advanced by Mike
Excel Sort FunctionThe new Excel SORT function is one of the new dynamic arrays that are available in Microsoft 365. […] February 12, 2023 in Excel tagged dynamic / sort / arrays / function by Mike
Excel Dynamic ArraysWhat are dynamic arrays in Excel? Dynamic arrays are new to Excel and are available in Microsoft 365 […] February 12, 2023 in Excel tagged array / dynamic / formula / spill by Mike
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 data / list / array / validation / dynamic / sort 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 reference / move / point / excel / offset 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 lambda / find / search / replace / recursion / megareplace / factorial by Mike