Save time reformatting by using Excel’s Fill function across worksheets
- Date: May 27th, 2008
- Blogger: Mary Ann Richardson
You have three worksheets in your workbook. They are all formatted the same; only the data is different. Each worksheet tracks the sales for all 12 months of the year for one of your three divisions. You’ve just made some changes to the font color and the background of the cell range B1:M1 in Sheet1, as shown below. You would like to copy that formatting to the other sheets. Follow these steps:
- Select the range B1:M1 in Sheet 1.
- Click Sheet1. Press and hold Shift and then click Sheet3. (All three sheets should be selected.)
- Click the arrow of the Fill button in the Editing group of the Home tab. (in Word 2002/2003, go to Edit | Fill.)
- Click Across Worksheets.

Click Formats and then click OK.
Right-click any worksheet tab, and select Ungroup Sheets.
Miss an Excel tip?
Check out the Microsoft Excel archive and catch up on other Excel tips.
Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Use an array to add time components in Excel
- Date: May 26th, 2008
- Blogger: Susan Harkins
I recently acquired a worksheet with time components entered separately. I have no idea why they did this, as doing so seems inefficient and unnecessary to me. Just the same, I had to work with it.
The first problem was getting Excel to recognize integer values as time values. Fortunately, that’s not so difficult. I just used the TIME function to add the hour and minute components using the formula
=SUM(TIME(hour,minute,second))
In this case, there are no seconds, so I used 0 for the seconds. After combining hours and minutes for each row, it was a simple step to add the individual times using this formula
=SUM(firsttime:lasttime)
Then it hit me — I didn’t need intermediate (or subtotal) formulas. An array would return the cumulative time value with just one formula. (An array formula performs multiple calculations on one or more sets of values.) The following array formula returned the same cumulative result:
=SUM(TIME(firsthour:lasthour,firstminute:lastminute,firstsecond:lastsecond))
Again, I used 0 for the seconds. When using the array formula, be sure to apply an appropriate time format. In my case, I applied the hh:mm:ss format. (Be sure to accommodate your regional time settings.)

Quickly add text to your Excel 2002/2003 charts
- Date: May 20th, 2008
- Blogger: Mary Ann Richardson
To add text outside your chart titles, you usually have to create a text box. But with Excel 2002/2003, you can just type it in. Follow these steps:
- Select the chart you want to add text to.
- Start typing the text. As you type, the text will appear in the formula bar.
- Press Enter.
- Move and format the resultant text box.
The text will be displayed in a text box that can be moved and formatted as required.
Miss an Excel tip?
Check out the Microsoft Excel archive and catch up on other Excel tips.
Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Prevent embedded charts from printing in Excel 2002/2003
- Date: May 13th, 2008
- Blogger: Mary Ann Richardson
You have a number of embedded charts in your worksheet, and you don’t want them to appear when you print it. With Excel 2002/2003, you don’t have to select your data first and print the selection before you print the worksheet to avoid printing the charts. You just have to disable printing for the charts. Follow these steps to disable printing for each chart in your worksheet:
- Press Ctrl and click the chart to select its container.
- Go to Format | Object.
- In the Format Object dialog box, click the Properties tab.
- Deselect the Print Object check box.
Miss an Excel tip?
Check out the Microsoft Excel archive and catch up on other Excel tips.
Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Deleting range names in Excel
- Date: May 12th, 2008
- Blogger: Susan Harkins
Even a simple worksheet can generate a huge pile of range names. As long as they’re necessary and active, name away! However, consider deleting inactive range names. They crowd the list and make you work harder than necessary to find valid names. In addition, they can be confusing to people sharing the worksheet.
Before you start deleting, you’ll need a comprehensive list of names to review. The Define Name dialog box displays only a few at a time (you must scroll to see all of the names). An easier way to view all of the names is to paste a list into a worksheet:
- Select a cell in an out of the way place.
- Press [F3].
- Click Paste Link.
You’ll find viewing a pasted list easier than viewing names in the Define Name dialog box.
Once you’ve checked the list, you can begin deleting inactive ranges. To do so, press [Ctrl]+[F3], select the range, and then click Delete.
Use the new Excel 2007 WordArt feature for your Word documents
- Date: May 6th, 2008
- Blogger: Mary Ann Richardson
Office 2007 includes an enhanced version of WordArt. However, it is available only in Excel 2007 and PowerPoint 2007. Word 2007 uses the older version. But this doesn’t mean you can’t use Word Art objects created in Excel or PowerPoint in your Word 2007 documents. For example, say you want to use the new WordArt to create a company logo for your Word document header.
Follow these steps:
- Open a blank workbook in Excel 2007.
- Click on any cell.
- Click the Insert tab.
- In the Text group, click WordArt.
- Click Fill-Accent 2, Warm Matte Bevel. (It’s in the middle of the fifth row.)
- Type XMZ Technology.
- Click the Format tab under Design Tools.
- In the Shape Styles group, scroll to and click Moderate Effect, Dark 1.
- Right-click the logo and select Copy.
- Click where you want the logo to appear in your Word document.
- On the Home tab, click the Paste button down arrow and then select Paste Special. Select Microsoft Graphic Office Object, if necessary.
- Click OK. The logo will appear in your document.
If you later want to make changes to the logo, you will need to go back and edit it in Excel 2007.
Miss an Excel tip?
Check out the Microsoft Excel archive and catch up on other Excel tips.
Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Copy an Excel chart to the desired spot in a Word document
- Date: April 29th, 2008
- Blogger: Mary Ann Richardson
You want to place an Excel chart in the top-left corner of the first page of your Word document. However, you don’t want to spend time adjusting it so that it doesn’t interfere with the rest of the page formatting. One solution is to create a table cell as a placeholder for the chart in your Word document.
Follow these steps:
- Open your Word document and insert a 2-inch high and 3-inch wide table in the top-left corner of your page.
- With the cell selected, click the No Border tool to remove the borders from the cell.
- Open the Excel workbook that contains the chart and select it.
- Resize the chart object to 2 inches by 3 inches. (For Excel 2007, in the Chart Tools Format tab, enter the placeholder table cell’s height of 2 inches and width of 3 inches in the chart’s Height and Width boxes.)
- Select the chart area and press Ctrl + C.
- Click in the table cell in the Word document, choose Paste Special from the Edit menu, select a Picture option, and click OK. (In Word 2007, press Alt + Ctrl + V, choose Picture (PNG), and then click OK.)
- Right-click the chart, choose Format Picture, and click the Layout tab. Under Wrapping Style, select In Line With Text. (In Word 2007, right-click the chart, choose Text Wrapping, and then click In Line With Text.)
The chart will appear in the top-left corner of the page as shown here:
Miss an Excel tip?
Check out the Microsoft Excel archive and catch up on other Excel tips.
Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Add data labels to your Excel bubble charts
- Date: April 22nd, 2008
- Blogger: Mary Ann Richardson
When you create a bubble chart in Excel, you do not select the labels, as Excel would not know what to do with them. Instead, you need to add the chart labels after you create the chart. Adding the x-axis and y-axis labels can be done in the usual way. However, Excel has no specific tools for adding individual data labels to each bubble. You will need to add each data label separately.
For example, say you have just created the following bubble chart from the range B2:D7.
Follow these steps to add the employee names as data labels to the chart:
- Right-click the data series and select Add Data Labels.
- Right-click one of the labels and select Format Data Labels.
- Select Y Value and Center.
- Move any labels that overlap.
- Select the data labels and then click once on the label in the first bubble on the left.
- Type = in the Formula bar.
- Click A7. (A7 is the name of the employee whose current Salary is represented by the bubble.)
- Press Enter.
- Repeat Steps 5 through 8 to add the name of the employee whose salary is represented by the bubble.
The completed data labels are shown below.
Miss an Excel tip?
Check out the Microsoft Excel archive and catch up on other Excel tips.
Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Use Excel 2007’s Top/Bottom rules for quick data analysis
- Date: April 15th, 2008
- Blogger: Mary Ann Richardson
You can use Excel 2007’s data visualization feature to keep tabs on when the data in a worksheet attain a certain value. For example, to discover which regions have achieved above-average sales this quarter, follow these steps:
- Select the cells you want to analyze.
- Click the Home tab.
- In the Styles group, click Conditional Formatting, then select Top/Bottom Rules.
- Click Above Average, then click OK.
Now all cells with above-average sales values will appear marked in red. To find out who the top 10% of your performers are, follow these steps:
- Select the columns of cells you want to analyze.
- Click the Home tab.
- In the Styles group, click Conditional Formatting and then click Top 10%.
- Click the drop-down arrow in the With box and select Custom Format.
- Click the Fill tab and select Yellow under Background Color.
- Click OK twice.
Now all values in the upper 10% of the range appear highlighted in yellow. You can set an entire spreadsheet with conditional formatting rules and watch the results change each time you enter new data.
Miss an Excel tip?
Check out the Microsoft Excel archive, and catch up on other Excel tips.
Help users increase productivity by automatically signing up for TechRepublic’s free Microsoft Office Suite newsletter, featuring Word, Excel, and Access tips, delivered each Wednesday.
Use Excel’s conditional formatting to mark values that meet your target goals
- Date: April 8th, 2008
- Blogger: Mary Ann Richardson
Excel 2007’s data visualization feature automatically gives every cell in a range a color, icon, or data bar according to its value. If you are analyzing a small number of values, this makes it easy to see which ones met your target goals. But what if you are examining a list with 100 rows of data? In this case, you will want to use Excel’s conditional formatting feature to build rules for marking only the cells outside your target range of values.
For example, say you want to mark only those cells that have a value greater than 100 with an X. Follow these steps:
- Select the range of data.
- On the Home tab, in the Styles group, click Conditional Formatting, then click Icon Sets.
- Click 3 Symbols (Uncircled).
- Click Conditional Formatting, then click Highlight Cell Rules | Less Than.
- In the Less Than dialog, enter 100.
- Click the arrow in the With drop-down box and select Custom Format, then click OK twice.
- Click Conditional Formatting, then click Manage Rules.
- Click the Stop If True check box for the rule Cell Value <>
- Click the Icon Set rule, then click the Edit Rule button.
- In the Edit Formatting Rule dialog, click the Reverse Icon Order check box at the bottom of the dialog window.
- Click the >= drop-down arrow of the first Value list and select >.
- Click the Type drop-down arrow of the first Value list and select Number.
- Click in the first Value text box and enter 100.
- Click the Type drop-down arrow of the second Value list and select Number.
- Click OK twice.
Now, an orange X denotes all values above 100. An exclamation point denotes values equal to 100, and values below 100 remain unformatted.
By: Amresh Anjan






