Fast Excel Tips for a Holiday Weekend

Yesterday was Canada Day, and Sunday is the July 4th celebration in the USA, so your brain might be in holiday mode today.

Instead of a long, complicated blog post, here are a few quick Excel tips, in very, very, short videos. The longest one is 15 seconds!

Change Number of Sheets in New Excel Files

You don’t have to live with the default number of sheets in a new Excel file. Instead of having 3 blank sheets in each new workbook, you can reduce the number, or increase it.

There are many more Workbook Tips on my Contextures site.

Customize the Excel Status Bar

You can add or remove the features on the Excel 2007 Status Bar. For example, add new summary functions in the AutoCalc section, or show the status of special keys, such as Caps Lock or Num Lock.

There are many more Status Bar Tips on my Contextures website. For example, use the statistics section to help with formula troubleshooting.

Troubleshoot formulas with Excel Status Bar
Troubleshoot formulas with Excel Status Bar

Lock the Top Section of a Worksheet

If you want to be able to see the top few rows of a worksheet, even if you scroll down, you can freeze them.

There are many more Freeze Panes Tips on my Contextures site.

More Quick Excel Tips

If your brain can absorb a few more quick tips, check out the Excel Quick Tips Videos on the Contextures website. Happy Holidays!
_____________

Excel Newsgroups Disappeared-Find Excel Help Resources

In the past, I highly recommended the Excel newsgroups as a place to go for help. However, earlier this month, Microsoft shut down their newsgroup servers, where thousands of people every month had gone to post their Excel questions, and the Excel newsgroups disappeared.
[Updated 2020-12-09]

Continue reading “Excel Newsgroups Disappeared-Find Excel Help Resources”

Invalid Entries Allowed in Data Validation

Why are invalid entries allowed in Data Validation sometimes?

Have you ever set up a data validation drop down list, so you can select valid items from a drop down list. But instead, Excel allows people to type anything they want into that cell?

See why that happens, and how you can prevent the invalid entry problem.

Continue reading “Invalid Entries Allowed in Data Validation”

Conditional Formatting for Currency Symbol

If you sell products in several countries, you might want to show the prices in different currencies.

In Excel 2010 and later, you can use conditional formatting for currency symbol changes.

See how to use those settings, you can change the number format based on a cell’s value, to show a specific currency for the country that’s selected.

There are written steps and a video below

Continue reading “Conditional Formatting for Currency Symbol”

Show Network Pictures in Excel Workbook

If you add pictures to an Excel workbook, the file size can increase pretty quickly. And if you’re updating the pictures occasionally, perhaps for a product catalogue, you’d have to remember to update all the Excel files that have those pictures.

Instead of adding the pictures to the Excel file, Ron Coderre has created a sample workbook that displays pictures from a network file folder or even a web folder.

You can distribute Excel workbooks with links to the picture files, and that will mean smaller files, and easier updates

Enter the Picture File Info

In the Excel workbook where you want the pictures, create a list of picture names, with file path and file names in the adjacent column. In the example shown below, two files are in the C drive, and one is on the internet.

create a list of picture names
create a list of picture names

Named Range

In Ron’s sample file, the list of picture file names is in a range named LU_DisplayName. The picture names and file locations are in a range named LU_Name_FileLoc_XRef.

Select a Picture

Using data validation, Ron created a drop down list where users can select one of the picture file names. The data validation cell is named rngDisplayName.

showpics02

A VLOOKUP formula returns the location of the selected picture file, in a cell named rngFileLocation.

showpics04

The selected picture is displayed in a range named rngPicDisplayCells.

showpics03

How It Works

To make the selected picture show on the worksheet, Ron added some event code to the worksheet. When the data validation cells changes, the code runs, and shows the selected picture file.

showpics01

Detailed Instructions

In Ron’s sample file, you can view the detailed instructions for setting up the workbook and displaying the pictures.

He describes the data validation setup, the named range formulas and the VBA code to make everything work.

Download the Sample File

To see how the picture display works, you can download Ron’s sample file from the Contextures website.

In the “Charts and Graphs” section, look for “RCH0002 – Insert Pictures from Folder”.

The file contains macros, so you’ll have to enable them to test the file. There are two versions of the file — one for Excel 2007 an done for earlier versions. Both sample files are zipped.
__________________