JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

Excel Tutorials & Guides

Practical Excel tutorials, troubleshooting notes and implementation guides from real projects.

Advanced search

15 entries / Excel

Clear filters
MS Excel - Open CSV with Long Numbers
Excel

MS Excel - Open CSV with Long Numbers

This is a quick reminder for myself on opening a CSV in MS Excel but without converting long numbers into exponential notations (which are incorrectly rounded anyway). My Data: Account ID,Name,Phone,Record ID 1457102000000135533,Joel,00441234567890,1457102000000165989 1457102000000135566,Stanley,01709123456,14571020000...

Read note 16,181 hits
Excel - Check a column for values found in another column
Excel

Excel - Check a column for values found in another column

This is an article to remind me how to search a column in an Excel file for values found in another column (in this example, on another worksheet in the same workbook). How? So for demonstration purposes, I'm using a new Excel file with two worksheets called "Sheet1" and "Sheet2" respectively.

Read note 30,689 hits
Import Excel CSV file as JavaScript array
Excel

Import Excel CSV file as JavaScript array

What I have: A CSV file exported from Excel along with double-quotes label1,label2 item1a,item2a item1c,"item2c,c" item1b,item2b What I want: To read the file (stored on the server) and convert to a JavaScript array of objects var my_object_array = [ , , ]; What I want again: Read a CSV file already uploaded with JavaS...

Read note 32,508 hits
Excel: convert degrees minutes seconds to decimal
Excel

Excel: convert degrees minutes seconds to decimal

A quick article on how to get the value of 40°4′20″N 116°35′51″E into 40.079857, 116.603112. How? Let's pretend all the names are in column A, in Column B I have the coordinates that I want to convert: A B ------------------------------------- ---------------------- Beijing Capital International Airport 40°4′20″N 116°3...

Read note 23,462 hits
Excel: Extract hyperlink from link
Excel

Excel: Extract hyperlink from link

A quick article on if you want to extract the link from some text you have copied off the web and into an MS Excel document. How? Open up a new workbook. Get into VBA (Press Alt+F11) Insert a new module (Insert > Module) Copy and Paste the Excel user defined function belowSub ExtractHL() Dim HL As Hyperlink For Each HL...

Read note 11,897 hits
MS Excel - Sort pivottable column headings by date
Excel

MS Excel - Sort pivottable column headings by date

This is a quick note to myself so that I never use parentheses in the column headings again. Basically I have a pivot table in Microsoft Excel 2010 with the projects down the left (in the first column) and the days of the week along the top.

Read note 27,079 hits

Working principle

Our Purpose

This site exists as a practical knowledge base built from real-world experience across systems, platforms, and technologies since 1999. Much of the content documents solutions, edge cases, and working patterns that were learned through investigation where documentation was incomplete or absent, and is shared to reduce the same friction for others.

27 Years in IT
1021 CRM clients
810 Site articles
29.7m+ Reads / hits

Knowledge base

Search notes

Find matching words in article titles and content.