Tuesday, April 19, 2011

How to Install Microsoft Excel Features


Microsoft Vista
1. Click on the 'Start' button, then click 'Control Panel.'
2. Click on 'Programs,' then click on 'Installed Programs.'
3. Click on 'Excel,' then click 'Change.'
4. Click 'Add or Remove Features' and 'Next.'
5. Click on the Microsoft Excel features you want, then click on 'Upgrade' or 'Install Now.'
Windows XP
6. Click on 'Start,' then click on 'Control Panel.'
7. Click on 'Add or Remove Programs,' then click 'Change or Remove Programs.'
8. Click on 'Excel,' then click on 'Change.'
9. Click 'Add or Remove Features,' then click 'Next.'
10. Click on the Microsoft Excel features you want and click on 'Upgrade' or 'Install Now.'
Read more ►

How to Use the Excel OnTime Method


Specific Time
1. Click on the 'Developer' tab. If you do not see it, then click on the 'Microsoft Office' button. Click the 'Excel Options' button. Click on the 'Popular' tab. Check the 'Show Developer tab in the ribbon' check box. Click the 'OK' button.
2. Click the 'View Code' icon in the Controls section.
3. Type the following code:Private Sub Workbook_Open()Application.OnTime TimeValue ('13:00:00'), 'YourProcedure'End SubThis tells excel to run the procedure, or macro, named YourProcedure to run at 1 p.m.
Lapsed Time
4. Click on the 'Developer' tab.
5. Click the 'View Code' icon in the Controls section.
6. Type the following code:Private Sub Workbook_Open()Application.OnTime Now TimeValue ('00:05:00'), 'YourProcedure'End SubThis tells excel to run the procedure, or macro, named YourProcedure to run five minutes from now.
Read more ►

Monday, April 18, 2011

How to Insert Footnotes in Excel 2003


1. Right-click on the cell that will link to the footnote. Select 'Hyperlink.'
2. Click 'Place in This Document' when the 'Insert Hyperlink' menu opens.
3. Enter the name of the cell that will include the footnote in the 'Type the cell reference' box. For example, if you were going to include the footnote in A27, you would type 'A27' here.
4. Click 'OK.'
5. Click on the cell (e.g., A27) that will include the footnote, and type the footnote information. The cell that you clicked on in Step 1 will now link to this cell when you click it.
Read more ►

How to Insert a Row in Excel 2007


1. Click on any cell in the row below the location where you would like to insert a new row. For example, if you'd like to add a row above row 11, click on a cell in row 11.
2. Locate the 'Cells' group on the Microsoft Excel 'Home' tab. It is located at the upper-right-hand corner of the screen.
3. Click on the 'Insert' drop-down button located in the Cells group (the first button displayed).
4. Select the 'Insert Sheet Rows' option.
Read more ►

How to Use Column Headings in Excel


How to Freeze Column Headings
1. Start Microsoft Excel. Open the worksheet in which you want to freeze the column headings.
2. Click inside of the first cell in the row just beneath the one containing the column headings.
3. Go to the 'Window' menu in Excel 2003 and select 'Freeze Panes.' Go to the 'View' tab in Excel 2007 or 2010 and click 'Freeze Panes' in the 'Window' group. Select 'Freeze Panes' from the drop-down list. Excel freezes the rows above and the columns to the left of the cell you select, so if your heading is in 'Row 1' and you click inside cell 'A2,' only the first row will freeze. When you scroll down the page, the row with the headings will be 'frozen' so that you can still view the headings as you move down the worksheet.
4. Unfreeze the row if desired. Go to the 'Window' menu in Excel 2003 and click 'Unfreeze Panes.' In Excel 2007 or 2010, go to the 'View' tab, click 'Freeze Panes' and select 'Unfreeze Panes.'
How to Print Column Headings on All Pages
5. Start Microsoft Excel. Open the worksheet in which you want to print the column headings.
6. Go to the 'File' menu in Excel 2003, click 'Page Setup' and go to the 'Sheet' tab. In Excel 2007 or 2010, go to the 'Page Layout' tab, click the 'Page Setup' dialog launcher in the bottom right corner of the 'Page Setup' section and go to the 'Sheet' tab.
7. Select the 'Row and Column Headings' check box in the 'Print' section of the dialog box in Excel 2003, 2007 and 2010 to ensure that the column headings print.
8. Click the button at the right end of the 'Rows to Repeat at Top' box in all versions of Excel. This reference button gives you access to the worksheet. Simply click the row number to select the row containing the column headings. Click the reference button once more. This enters the reference for the row number that you want to print into the 'Rows to Repeat at Top' box.
9. Click 'OK.' When you print the worksheet, the heading row will print at the top of every page.
Read more ►

How to Calculate a Z


1. Open Excel 2007 and a blank spreadsheet.
2. Enter all of your data in one column. Each separate piece of data should be in its own cell.
3. Click on an empty cell within the spreadsheet and then calculate the mean of your data by entering an average function in the formula bar and hitting 'Enter.' The mean will be displayed in the empty cell. If your data was listed in cells B3 to B52, your function would look like this: 'Average (B3:B52).'
4. Click on another empty cell within your spreadsheet and then calculate the standard deviation of your data by entering a standard deviation function in the formula bar and hitting 'Enter.' If your data was listed in cells B3 to B52, your function would look like this: 'STDEV (B3:B52).'
5. Click on an empty cell in the spreadsheet and then click on the 'fx' button, located beside the formula bar. Enter the cell number that you would like to calculate a z-score for in the 'X' box. Enter the mean you calculated in Step 3 in the 'Mean' box. Enter the standard deviation you calculated in Step 4 in the 'Standard_dev' box.
6. Click 'OK.' The z-score for the number you entered in the 'X' box will be displayed in the empty cell you selected in Step 5.
Read more ►

Sunday, April 17, 2011

How to Set a Date Range in Excel


Set Start and End Dates
1. Click any cell in an Excel spreadsheet, then click the 'Home' tab. Click the 'Short date' item from the dropdown list in the 'Numbers' panel. This tells Excel to display the number you entered in the cell as a date.
2. Type any date in the cell you just formatted, in this format 'm/d/yyyy.' For example, type '1/1/2001.'
3. Use the instructions from step 1 to format the cell two columns to the right of the first cell you formatted. Type the ending date of your range in this cell.
4. Click in the cell that's in between the two cells containing your dates, then click the '=' sign to tell Excel that you're entering a formula instead of a number or text. Click the cell with the ending date, the press '-' to indicate a subtraction calculation.
5. Click the start date, then press 'Enter.' Excel will enter the number of days between the start and the end dates.
Set Start Date and Duration
6. Click a cell in a spreadsheet, then click the 'Home' tab's 'Short date' item in the 'Numbers' panel.
7. Type the starting date of your range. For example, type '1/1/2001.'
8. Click the cell immediately to the right of your start date, then type the number of days you want for your date range. For example, if your range spans three days, type '3' in the cell.
9. Use the instructions from steps 1 to format the next cell to the right as a short date. Press '=' to indicate a formula, then click the start date's cell, followed by pressing ' .'
10. Click the cell to the left, then press 'Enter.' Excel will calculate the ending date of your range, by adding the start date to the number in the cell to the left, which is the number of days in your range.
Read more ►

How to Return to Normal View in Excel 2007


1. Right-click anywhere on the Excel 2007 screen. A menu will pop up.
2. Use the cursor to highlight the 'Close Full Screen' option.
3. Click on the 'Close Full Screen' option. Excel 2007 will immediately return to normal view.
Read more ►

How to Disable Scientific Notation in Excel 2003


1. Highlight the column into which your list will go.
2. Right-click anywhere in the highlighted column.
3. Choose 'Format Cells...: from the drop-down menu.
4. In the 'Number' tab, choose 'Text' from the 'Category' list. Import your data.
Read more ►

How to Create a Pivot Table From Multiple Sheets


1. Open the Excel workbook that has the worksheets you want to use to create a Pivot Table. Click a blank cell that you aren't using in the Pivot Table report.
2. Start the Pivot Table and Pivot Chart Wizard by pressing the following keys 'ALT' 'D' 'P.' The Pivot Table and Pivot Chart Wizard box will open.
3. Check the box next to 'Multiple consolidation ranges' under the question that asks 'What is the data that you want to analyze?'
4. Check the box next to 'Pivot Table' when asked what type of report you want to create; click 'Next.'
5. Check the box next to 'I will create the page fields' and click 'Next.'
6. Select the ranges of data you want to use to create the Pivot Table. For example, click 'Sheet 1' and use your mouse to highlight the data you want to use from that sheet. After you select a range of data, click 'Add.' Select the next sheet you want to use data from and highlight the data and click 'Add.' Repeat this for each sheet that has data you want to use.
7. Check the box next to the number of page fields you want when you are asked how many page fields you want on the Pivot Table.
8. Enter an item label for each page field you chose to add and click 'Next.'
9. Decide whether you want to add the Pivot Table to a new or existing worksheet and click 'Finish.' The Pivot Table will open and you can begin manipulating the data.
Read more ►

How to Hide the Standard Toolbars in Office


1. Click 'Start' > 'All Programs' > 'Microsoft Office,' and then click on the MS Office program you want to use.
2. Right-click on the blue question mark icon in the upper right-hand corner of the program window. The icon is on the same line as the 'Home' and 'Insert' tabs.
3. Choose 'Minimize the Ribbon.' The ribbon disappears.
4. Show the ribbon again by right-clicking the question mark icon and choosing 'Minimize the Ribbon.' (See the check mark next to 'Minimize the Ribbon' when minimize is active.)
Read more ►

Saturday, April 16, 2011

How to Recover an Excel File from Autosave


1. Open Microsoft Excel to enable the recovery features available in the Office 2010 suite.
2. Recover a file you haven't yet saved. Select 'File,' and then 'Recent.' Choose 'Recover Unsaved Workbooks.' From the saved drafts folder that displays, choose your file and click 'Open.' Select the 'Save' icon and name your file to save it properly.
3. Recover a previous version of a file to which you forgot to save changes. Open the file upon which you were working. From the File tab, select 'Info.' From the versions listed, select the one labeled '(when I closed without saving).' Click 'Restore' to overwrite any previously-saved versions to this last autosaved version of your workbook.
Read more ►

How to Move Excel Macros to Another PC


Copying the Workbook
1. Determine where your macros are saved. You can save the macros you create in the workbook you are currently using or in your personal workbook. If you want to use your macros across different workbooks, you are most likely saving them to the personal.xls workbook.
2. Copy the workbook where the macros are saved to your chosen storage medium.
3. Copy the workbook to the new computer and start using your macros.
Using the VBA Editor
4. Copy the actual macros themselves from the Visual Basic editor.
5. Go to Tools–Macro–Visual Basic Editor.
6. Go to the Modules folder in the Project window in the left-hand corner of the screen.
7. Open Module 1 and copy the code for the macros you wish to copy. Paste this into the notepad and copy to your chosen storage medium.
8. Repeat Step 2 on another computer and go to Tools–Macros.
9. Name your macro and paste the code from the notepad into the macro window. Press Create and close out of the Visual Basic Editor.
Read more ►

Friday, April 15, 2011

How Can I Get Rid of Page Breaks in Excel?


1. Select the worksheet that you would like to print. Select 'Page Break Preview,' in the View tab.
2. Click the page break that you would like to delete. Click breaks within the page setup menu. 'Click 'Remove page break.'
3. Click 'Select All' at the top left-hand corner of the worksheet. Scroll to the Insert menu Select 'Reset All Page Breaks.'
4. Remove page breaks in the Excel for Mac version by rolling the mouse over the page break -- which is a dotted line. Click on it then go to the Insert Drop-down menu.
5. Scroll down to and select 'Remove Page Break.' This removes the page break from the worksheet.
Read more ►

How to Change Text Case in Microsoft Excel


How to Change Text Case in Excel 2007
1. Open the Excel spreadsheet.
2. Click on the cell that is next to the first data cell in the row of cells to be changed.
3. Type in =Lower (cell#) to change the text to lower case. Type in =Upper(cell#) to change the text to upper case. Type in =Proper(cell#) to change the text to proper case.Example: In cell B6 type in: =Proper(A6) to change the text in the A column to proper case.
4. Click 'Home' and then 'Fill>Down,' or click and drag down the row of adjacent cells to fill them with the text-case formula. The row should now contain the new text version of the original row of cells.
5. Click on the top cell of the newly filled row and drag down to highlight the entire row.
6. Click 'Home>Copy.'
7. Click on the first cell of the row containing the original data.
8. Click 'Paste>Paste Special>Values>OK.' The data with the new text case will appear in the original data row.
9. Delete the row adjacent to the data. Click 'Save' to save the changes you made to the spreadsheet.
How to Change Text Case in Older Versions of Excel
10. Open the Excel spreadsheet.
11. Click on the cell that is next to the first data cell in the row of cells to be changed.
12. Click 'Insert>Columns.'
13. Click on the first cell in the newly inserted column that is next to the first original data cell.
14. Type in =Lower (cell#) to change the text to lower case. Type in =Upper(cell#) to change the text to upper case. Type in =Proper(cell#) to change the text to proper case.Example: In cell B6, type in: =Proper(A6) to change the text in the A column to proper case.
15. Click on that cell again and drag down the row of adjacent cells to highlight the row.
16. Click 'Edit>Fill>Down.' Click 'Copy.'
17. Click on the first cell in the row containing the original data.
18. Click 'Edit>Paste Special>Values>OK.' The data with the new text case will appear in the original data row.
19. Delete the row adjacent to the data. Click 'Save' to save the changes you made to the spreadsheet.
Read more ►

Blogger news