You know that Microsoft Excel is a handy program for accomplishing all sorts of tasks. Now, get the scoop on neat little tricks you may not know about. While they probably won't change your life, they'll definitely enhance your productivity. Managed by - Ayush Jain (An excel enthusiast)
Wednesday, December 24, 2008
Tip # 44 Open Web pages right in Excel
The procedure is just a slight modification of the standard file-opening procedure:
1. Choose Open from the File menu.
2. In the File Name text box, type the URL of the Web file to open. Note: Be sure to include the prefix http://.
3. From the Files Of Type drop-down list, select HTML Documents (*.html, *.htm).
4. Click Open.
Excel opens HTML pages based on the HTML table structure of the page, so some Web design treatments may lead to some weird results in Excel. For pages that cleanly present data in a table format, however, this approach can be a real time-saver.
Sunday, December 21, 2008
Tip # 43 Easy data-posting to the Web
1. Select the cell range that contains the data to be published.
2. Select Save As HTML from the File menu.
3. Answer the questions posed by the Internet Assistant Wizard.
The wizard walks users through four steps that define how information will be converted for Web display. Various options include:
• Inserting the resulting HTML tables into an existing HTML page or creating an entirely new page.
• Specifying formatting options, such as rules between data.
• Saving the new HTML page as a freestanding file or inserting it directly into a FrontPage Web.
Monday, June 30, 2008
Tip # 42 See the big picture
Sunday, June 22, 2008
Tip # 41 Find the currently active cell
Monday, June 16, 2008
Tip # 40 Enter a fixed time into Excel
Sunday, June 15, 2008
Tip # 39 A quick way to enter the time
Saturday, June 7, 2008
Tip # 38 Use the AutoCalculator
What’s more, if you right-click on the sum a pop-up menu will appear offering additional quick calculation functions.
Tuesday, April 22, 2008
Tip # 37 Speed up calculation time
- Avoid complex and array formulas. Use more rows and columns to store intermediate values and use fewer complex calculations.
- Reduce the number of references in each formula to the bare minimum. Copied formulas are notorious for repeating references and calculations. Move repeated calculations to a cell and reference that cell in the original formula. (See Tip #1 for an alternate suggestion.)
- Always use the most efficient function possible: Sort data before performing lookups; minimize the number of cells in SUM and SUMIF; replace a slow array with a user-defined function, and so on.
- Avoid volatile functions if possible. Excel recalculates these functions with each recalculation, even if nothing has changed. Too many volatile functions (RAND(), NOW(), TODAY(), and so on) can slow things down.
Sunday, April 20, 2008
Tip # 36 Identify printed sheets
Sub FormatHeader()
With ThisWorkbook
ThisWorkbook.Worksheets(sheetname)PageSetup.LeftHeader = .FullName
End With
End Sub
where sheetname is the sheet's name as a string value. To make the procedure more dynamic, use ActiveSheet.Name instead. That way you can run it against any sheet in the workbook.
Saturday, April 19, 2008
Tip # 35 View formulas, or not, quickly
Friday, April 18, 2008
Tip # 34 Hide everything but the working area
You usually hide a column or row to conceal or protect data and formulas. You can also hide unused regions of a sheet to keep users from exploiting unused areas or to help keep them on task by not allowing them to wander. By hiding unused rows and columns, you present a sheet that focuses on just the work area.
To hide unused rows, select the row beneath the sheet's last row. (Select the row header to select the entire row.) Next, press Ctrl+Shift+Down Arrow to select every row between the selected row and the bottom of the sheet. Then, choose Row from the Format menu and select Hide. Repeat this process to hide unused columns, only select the column header in the first empty column. Press Ctrl+Shift+Right Arrow and then choose Column from the Format menu instead of Row.
Before you hide anything, make sure you don't inadvertently hide an obscure area by pressing Ctrl+End to find the last cell in the sheet's used range. Unhide the rows and columns by selecting the entire sheet. Then, select Row or Column from the Format menu, and choose Unhide.
Wednesday, April 16, 2008
Tip # 33 Customize movement
By default, the cell pointer moves down when you press Enter. Selecting the cell immediately below the current one won't always be what you need. For instance, some people enter data from column to column. You could press the Right Arrow key instead of Enter, but out of habit, most of us reach for Enter. Even if you can retrain yourself (or users) to use the arrow keys, they're far enough away from the main keys to slow down data entry.
Fortunately, you can change the cell pointer's default direction. Chose Options from the Tools menu and then click the Edit tab. Select the Move Selection After Enter check box (if necessary) and then choose a direction from the option's drop-down list. For instance, to move from column to column, you might choose Right instead of Down.
While entering data, you can temporarily force the cell pointer to move in the opposite direction by holding down the Shift key while you press Enter.
Tuesday, April 15, 2008
Tip # 32 Create custom lists
Most of us work with sets of data that seem to repeat themselves throughout our projects. That means we can enter the same values in numerous spots. If you frequently enter the same dataset, consider creating a custom list. To do so, choose Options from the Tools menu and then click the Custom Lists tab. In the List Entries control, enter each item in the list, one entry per line, in the order in which you want it to appear. When you've completed the list, click Add. Excel will copy the list to the Custom Lists control. Click OK to close the Options dialog. To enter the list, select a cell and enter any name in the list. Then use the fill handle to complete the list.
If you want a partial list, enter the item you want to begin with and then pull down the fill handle. Excel will fill in the remaining names.
If the list already exists in the sheet, you don't have to retype it to create a custom list. Simply select the list before choosing Options from the Tools menu. Then, click Import on the Custom Lists tab.
Sunday, April 6, 2008
Tip # 31 Enter repetitive data quickly
Friday, March 21, 2008
Tip # 30 Customize defaults
To change default settings for a workbook, open Book.xlt, make changes, and then save the file. Don't change the file's name; you're just updating it. (It's a good idea to create a copy of the original Book.xlt so you can revert to Excel's original settings if necessary. Name the copy BookOriginalSettings.xlt or something similarly descriptive.) After changing Book.xlt, all new workbooks will use the custom settings you applied. To change a sheet's default settings, open Sheet.xlt, make the necessary changes, and save it.
If you don't have one or both files, simply create your own. Just be sure to save them in Excel's XLStart folder (\Program Files\Microsoft Office\XLStart).
Tip # 29 Quick copy to noncontiguous cells
First, copy the source data. Then, hold down the Ctrl key while you click each cell in the noncontiguous destination range. Once you've highlighted each target cell, press Ctrl+V, and Excel will copy the source data into each of the highlighted cells. Formulas copied this way obey referencing rules, in regard to absolute and relative addresses.
An alternate method is to right-click in the cell that contains data you want to copy and choose Copy from the resulting submenu. Then, right-click a destination cell and choose Paste. At this point, the source cell is still highlighted, which means you can copy the contents again. Right-click another destination cell and choose Paste. Continuing selecting destination cells until you've completed the copy task. Press Esc to clear the selection of the source cell.
Tip # 28 Exploit defined names
=TotalPrice - (TotalPrice * Discount)
This quick tip has two benefits: It makes updating much simpler, as you can quickly change the value in Discount and Excel will automatically update all dependent formulas. And it eliminates data entry errors.
Wednesday, March 12, 2008
Tip # 27 Customize your autofills.
Sunday, March 9, 2008
Tip # 26 Use the formula browser
The Paste Function button enables you to browse formulas and is the easiest way to enter Functions.
Thursday, February 28, 2008
Tip #25 Access help for Lotus users
Tip # 24 Use template worksheets
Tip # 23 Hide your data from prying eyes
Sunday, February 17, 2008
Tip # 22 Fit wide tables to the page width
Tip # 21 Remove hyperlinks from your work
OR:
Type the url, press Enter key, and then Ctrl + Z. The text will remain but without a hyperlink.
OR:
When Excel automatically creates the hyperlink, click the small star and select 'Stop automatically creating hyperlinks'
Tip # 20 Calculate running totals
Filling Down – the easy way to perform
dynamic calculations.
Tip # 19 Enter URLs as text , not hyperlinks
Tip # 18 Calculate time between dates
Wednesday, January 30, 2008
Tip # 17 Convert rows to columns & viceversa
Sunday, January 6, 2008
Tip # 16 Double-click your way to fast formatting
pops up, and you can use it to keep the original formatting or to match the destination formatting (that is, the formatting you've chosen for your cell). However, if you're like me (or want to be like me — aren't you sweet), that is just too many steps if you know that you want to match the formatting of the cell. This is especially true if you have a lot of cutting and pasting to do.
To paste text from another program and keep your cell's formatting
Select the text you want to pop into your Excel worksheet.
Press CTRL+C.
Switch back to Excel.
Double-click in the cell, and press CTRL+V.Tip # 15 A change of scenery: Move or copy a worksheet
To move or copy a worksheet
Right-click a tab, and then click Move or Copy on the shortcut menu.
In the Move or Copy dialog box, you have options: To move the worksheet to a spot within its own workbook, select a sheet in the Before sheet box.
To move the worksheet to another open workbook, select the workbook in the To book list and then click OK.
To keep a copy of the worksheet you're moving in this workbook (rather than just moving it), select the Create a copy box.
Tip # 14 To color all sheets in the workbook
To color all sheets in the workbook
Right-click the tab again, and then click Tab Color on the shortcut menu.
To rename a worksheet
Right-click a tab, and then click Rename on the shortcut menu.
Tip # 13 Make a style statement with worksheet tabs
If you have a workbook with loads of worksheets and you're having trouble remembering which one is which, you can customize the little tab at the bottom of each worksheet to identify it in a special way, with a new name or color. It's like getting to design your own nametag instead of having to wear the standard, white "Hi My Name is....." tag.
Note You must be using Microsoft Office Excel 2003 or Excel 2002 to color a worksheet tab.
To color one sheet
Right-click the tab you want to color, and then click Tab Color on the shortcut menu.
Go wild.
Tip # 12 Stretch out: Insert a line break in a cell
In most other Office programs, to move the cursor to the next line, you press the ENTER key. However, in Excel — the program that dances to its own tune, and doesn't give a whit about lines or paragraphs — you end up in the cell below when you press ENTER. This is the cause of much frustration in my readers, so I thought I'd let you in on the not-so-secret secret.
To insert a line break in a cell
Press ALT+ENTER to start a new line while you're typing or editing data.
Ahhh...now you have room to breathe in that tiny cell.