Entries by

converting columnar data to sortable rows

This is a common problem: “I received data that’s in a long column but it needs to be in rows that can be sorted.” To get the data arranged properly, we look for patterns. One pattern is that there’s a space before every new entry. From there, it’s easy. The video shows how to use […]

Excel Uncensored: Building an App From Scratch

Course is being given 18MAY13 in Chicago For details & registration: http://bit.ly/11N66qW Learn by doing! If you want to learn about wood, woodworking tools, different types of nails, etc., why not build a fancy cabinet? That’s the idea for Excel Uncensored What you will get from Excel Uncensored: – If you haven’t done any VBA […]

Graphing 2 Pieces of Data on 1 Chart (Excel Secondary Axis)

(This grew out of a blogpost on monitoring the fundraising of a nonprofit. You can see it here: http://bit.ly/100nsKY ) Sometimes we want to see 2 very different bits of data in one graph. In this case, it helps to see the donation totals and the number of donations together. In Excel lingo, we create […]

VLOOKUP: Correcting a Myth (Binary Searches)

Many of us have given out bad information about VLOOKUPS. We’ve said that VLOOKUP always starts its search at the top of our lookup array and it goes step-by-step until it finds the closest or exact match. That’s called a Liner Search and that’s what happens when we want an exact match. We designate that […]