
June 6, 2018
I needed to have an Excel macro insert a picture in Excel. I turned on the macro recorder, inserted the picture. But when I used that recorded code, the picture will not appear on any other computer. Instead, I get a red X where the picture should be.

Save As Keeping Original Open »
June 5, 2018
There are many times in a month where I need an Excel workbook to create many copies of itself. I usually get into a logic bug by opening *the* workbook and I start to write code to loop through a list and use File, Save As to save a copy of the workbook.

May 31, 2018
An interesting problem from Sam in Nashville: Sam wonders why his pivot table does not correctly refresh after he uses the Search box in the Filter drop-downs in his pivot table.

May 30, 2018
Sometimes, if you actually know the name of a feature, it is easy to find how to control that feature. But with today's topic, most people who get stung by this "bug" have no idea why it is happening. They will report a symptom along the lines of: "For some reason, two of our employees keep appearing at the top of our pivot tables". I will often predict that the employee is named June or May or maybe even Friday.

May 29, 2018
Another question from my Atlanta Power Excel seminar: How can you round billable time up to the next quarter hour?

May 24, 2018
Today's question from the Atlanta Power Excel seminar. "I have data formatted with every other row in grey. When I insert two new rows in the middle of the data, both of the new rows end up grey instead of following the pattern."

May 23, 2018
Today's question from Flo in Nashville: I need to do a VLOOKUP for a series of item numbers. Each item number is either going to be found in Catalog A or in Catalog B. Can I write a formula that first searches Catalog A. If the item is not found, then move on to Catalog B?

May 22, 2018
A question from my Atlanta live Power Excel seminar: Is there a way to type 12345 and have Excel enter 123.45? I call this Adding Machine mode, because it feels like the 1970's era adding machine with the switch to automatically add two decimal places.

May 18, 2018
Frank from New Jersey downloads data every day where the blank cells actually contain one or more spaces. This is frustrating because =ISBLANK() won't recognize these cells as empty.

May 17, 2018
Today's question from Quentin who was at my Atlanta Power Excel seminar. Quentin has to generate the same 7 survey questions for each of 1000+ customers in Excel.

May 16, 2018
Kaley from Nashville is working on a ticketing spreadsheet. For each event, she chooses a ticketing plan. That ticketing plan could indicate anywhere from 4 to 16 ticket types for the event. Kaley wants a formula that will go to the lookup table and return *all* matches, inserting new rows as appropriate.