peltier tech utilities
Learn how to create Excel dashboards.

Categories

30 Excel Functions in 30 Days

Archives

Shorten Data Validation List With Excel Filter Macro

An Excel data validation drop down list only shows 8 items at a time, and with a long list of items, it might take you a while to scroll through the list.

When cell B3 in this example is blank, a long list of names shows in cell C3. Instead of showing all the names, you can type a letter (or letters) in cell B3. This runs a macro, to show a short list of names in the drop down, based on the starting letter(s).

Filter the Source List

To create the short list of names, the macro in this example runs an advanced filter, using the typed letter(s) as the filter criteria. The matching names are filtered into a dynamic named range, which is the source for the data validation drop down. The range is named NameList, and uses the following formula:

=OFFSET(ExtractNames,1,0,COUNTA('Sales Data'!$J:$J)-1,1)

Filter the

Continue reading Shorten Data Validation List With Excel Filter Macro

Excel Weight Loss Tracker in Stone

In January, you read about the Excel Weight Loss Tracker in which you could enter your current height and weight, and record your weekly weight loss. That version was in pounds. A couple of people asked about a stone/pound version, so I've finally created one -- just in time for swimsuit season!

Please consult your doctor about weight loss targets, and BMI measurements. I'm not a medical professional, and the workbook is designed for tracking your weight loss, as per your doctor's advice.

Update: There is a new version of the Excel Weight Loss Tracker in Stone, so the worksheets are slightly different from the screen shots below.

Enter Your Weight Loss Goals

The new stone/pound version works the same as the previous version, but you'll enter your start and target weights with stone weight in one column and pounds in another. The workbook then calculates the stone weight as

Continue reading Excel Weight Loss Tracker in Stone

Add a Macro Button to the Excel QAT

As part of the Excel programming series, I described how to run an Excel macro by adding a button to the Quick Access Toolbar (QAT). This video shows the steps.

___________

Related Posts Plugin for WordPress, Blogger...