Archive for the ‘MS Office’ Category:
Envelopes and Labels
I’ve been receiving a lot of question about printing address labels and envelopes using a contact list or address book. So I’ll be starting a series of articles today on various printing methods relative to the questions I’ve received.
One of the simplest methods for maintaining an address book or contact list is with Microsoft Word. The two most commonly found versions today are Word 2003 and Word 2007, though some people are still using Word XP (2002). Word XP (2002) and 2003 are very similar to one another and their preceding versions, but Word 2007 is very different, and will most likely “put off” anyone familiar with the older versions. If you’d rather stay with the familiar, plenty of used and new copies of Word 2003 can be found online through Amazon or eBay.
Simple Contact Management with Word 2003
There are several methods you can use for storing addresses in Microsoft Word. The easiest method works best if you only print one address label or envelope at a time.
To store your contact information just type a list of addresses as you would if you were addressing an envelope. Place the first and last name on one line, the street address on the next line, and the city, state, and postal code on the thrid line. Additional information such as phone numbers and email addresses can be entered beneath that.
Skip a line between each individual person or business on your list.
Some may ask, “How do I sort this list?” Well, there’s no easy way to do that with this method, you have to do your sorting by hand, either by cutting and pasting to rearrange items, or by dragging and dropping.
The easiest way to make your way around a long list of names is to use CTRL +F on the keyboard, or select “Find” on the “Edit” menu. Then you can type a name or some piece of information that you’d like to find.
Printing Single Labels or Envelopes
This contact list is very easy to use when printing single address labels or envelopes. All you have to do is highlight a name and address in the list. Then click Tools > Letters and Mailings > Envelopes and Labels.
- If you’re printing a single address label, click the Labels tab, then click the “Single label” option. If you’re reusing a sheet of labels, specify the “column” and “row” for the label to be printed on. You can use the “Options” button to specify which label product and size you are printing on.
- If you’re printing an envelope, click the “Envelopes” tab, fill in a “Return Address” if you wish, and specify the envelope size with the “Options” button.
Come back tomorrow for more methods on managing address lists and printing envelopes and labels. We’ll be working our way up to mail merges for mass mailings, and I’ll show you some other printing tools and software packages along the way.
Post Comments or Questions with the link below. Keep up-to-date with Skylarking: By Email or RSS Newsfeed or on Twitter. You can also send questions with my email form.
Sphere: Related ContentExcel’s Fill Handle
Friday evening I was meeting some friends for dinner. One of the worked at a law office on Seventh Avenue, so I met them at their office beforehand. They were performing some calculations on an Excel spreadsheet at the time, and as they were copying and pasting a repetitive formula, I showed them this trick which I am now sharing with you. This technique works with Excel 2003 and Excel 2007
.
Sometimes you may want to use a formula or function repeatedly. In such a case you can easily copy the formula from one consecutive cell to another by using the fill handle of the active cell. The fill handle is the small square that appears in the lower right corner of an active cell.
To Copy A Formula With The Fill Handle
- Activate the cell that contains the formula you want to copy. (This typically done by clicking on the cell).
- Use the mouse to grab the fill handle. (Move the mouse close enough to the fill handle so that the mouse turns into a small black cross. When you see the small black cross, hold down the left mouse button.)
- While holding down the left mouse button, drag the mouse down for as many rows as you would like to copy to. Then release the left mouse button.
That’s it! The references used in the formula will be updated to match the new rows, so that the answers will be correct for the new rows.
Post Comments or Questions with the link below. Keep up-to-date with Skylarking: By Email or RSS Newsfeed or on Twitter. You can also send questions with my email form.
Sphere: Related ContentWork Hour Timesheet with Excel
A client of mine asked me to setup a worksheet for them that calculates the number of hours they worked in a day based upon the time they arrived at work and the time they left. They also wanted it to deduct the number of hours they took for lunchbreaks.
Here’s the simple spreadsheet I setup for them using Microsoft Excel:
Columns A and B were used to fill in the days and dates. Columns C and D were used to enter the times they came and went each day. Column E indicates time taken for lunch. Finally, column F performs the calculations.
In cell F3, the end of the row for Monday, the following formula was used:
=24*(IF(C3>D3,D3+1-C3,D3-C3))-E3
That formula was then copied and pasted into the rows below.
It may seem a little complex, but it’s a very versatile formula. Since they occasionally work a night shift, they sometimes leave work after midnight. Leaving after midnight means they left in the AM, and the formula, C3>D3, will be able to detect if they came in during the PM hours and left in the AM hours.
A regular 9 AM to 5 PM workshift is calculated as =24*(D3-C3)-E3. The portion in parentheses calculates the difference between the time they arrived and the time they left. The 24* converts it to hours out of 24 hour day, and the -E3 deducts their lunchbreak.
If they work a nightshift the Excel uses the formula =24*(D3+1-C3)-E3. The portion D3+1 indicates that they left work in the AM of the following day.
Post Comments or Questions with the link below. Keep up-to-date with Skylarking: By Email or RSS Newsfeed or on Twitter. You can also send questions with my email form. I’m looking forward to hearing from you.




Subscribe to the comments for this post


