Excel Looks Strange on Second Monitor

Lately, I’ve noticed that some things in Excel look strange, when I have them on my second monitor. For example, an Excel UserForm listbox doesn’t show its scroll bar. But, if I drag that UserForm to my other monitor, the scroll bar magically reappears. Finally, I tried a quick fix, and it seems to be working!

Continue reading “Excel Looks Strange on Second Monitor”

Excel Check Box Fills in Billing Address

There’s an Excel Order Form tutorial on my Contextures site, with written steps and a video that show how to set it up from scratch. I’ve just added a new section, with a check box that fills in the billing address. Add a check mark, and a macro copies the shipping address for you.

Continue reading “Excel Check Box Fills in Billing Address”

Excel TEXTJOIN Function Examples

One of the newest Excel functions is TEXTJOIN — use it to combine several text items, quickly and easily. It’s a big improvement over the old CONCATENATE function, and the ampersand (&) operator. There’s a simple example below, and a fancier one, which combines TEXTJOIN with a few other functions.

Continue reading “Excel TEXTJOIN Function Examples”

Show List of Matching Items in Excel

Today’s video shows how to set up a matching items list – select a region name, and the list shows all employees who work in that region. There are no macros, just a data validation list and a few formulas.

NOTE: If you have a version of Excel with dynamic arrays (Excel for Office 365), use dynamic arrays to create the list of matching items instead. (video below) Continue reading “Show List of Matching Items in Excel”

Excel Multiplication Table Practice Workbook

Do you remember the number grids from your schools days, where you filled in the multiplication answers? What’s 4 times 8? Or 9 times 7?  If you need a refresher, or you’re helping someone learn them, I’ve got an Excel multiplication table practice workbook for you.

Continue reading “Excel Multiplication Table Practice Workbook”