Customer Segmentation: Excel and R

Foreward I started reading Data Smart by John Foreman. The book is a great read because of Foreman’s humorous style of writing. What sets this book apart from the other data analysis books I have come across is that it focuses on the techniques rather than the tools – everything is accomplished through the use […]

Searching an Excel Sheet with JavaScript

This took some significant amount of time to put together when it really shouldn’t have. Sharing the code here to save anyone else the trouble. Objective We will be trying to set up an HTML page that allows users to input a search phrase and trigger a search through an Excel sheet with data. Approach […]