Tuesday, December 18, 2012

How to Fill a Series in Excel 2007


1. Type out a series of numbers in the cells you want the start your series. For example, type '1' in cell A1, '2' in cell A2, then '3' in cell A3.
2. Click on the first number in your series, then press 'Shift' and using the arrow buttons highlight the remainder of the series you typed. In the example, highlight cells A1 through A3
3. Click and hold the click in the lower, right-hand corner of the highlighted cells, then move the mouse down to highlight the empty cells where you want to continue your series. In the example, click and hold on the bottom right of cell A3, then drag the mouse down to cell A6. Microsoft Excel will fill cell A4 in with '4,' A5 with '5' and A6 with '6.'
Read more ►

How to Make Custom Receipts


Excel 2010
1. Select the 'File' tab and select 'New.' Click 'Receipts' in the left task pane. Review the receipts that appear. Click a receipt to see a preview in the right task pane. Download a receipt by clicking the receipt image and the 'Download' button in the right task pane. The template opens in Excel 2010.
2. Update the logo section by right-clicking on the default logo and selecting 'Change Picture.' Browse your PC for the logo you want to use. Click the logo and the 'Open' button. Your logo replaces the default logo.
3. Highlight the default text and type your customized information it. This includes the address, product details, and customer messages. Save your changes by clicking the 'Save' icon on the Quick Access Toolbar.
Google Documents
4. Access the Google Documents template gallery. Type 'Receipt' in the search box. Click 'Search Templates.' Review the templates that appear. Download a receipt by clicking the 'Use This Template' button. The template opens in Google Documents.
5. Delete the default logo by clicking the logo image and pressing the 'Delete' key on the keyboard. Add a new logo by clicking 'Insert' and 'Image.' Browse your PC for the logo you want to use. Click the logo and the 'Open' button. Your logo replaces the default logo.
6. Highlight the default text and type your customized information it. This can include the address, product details, and customer messages. Save your changes by clicking the 'Save' icon on the menu.
OpenOffice
7. Access the OpenOffice template gallery. Type 'Receipt' in the search box. Review the templates that appear. Download a receipt by clicking the 'Use This' button. The template opens in OpenOffice Calc.
8. Delete the default logo by clicking the logo image and pressing the 'Delete' key on the keyboard. Add a new logo by clicking 'Insert' and 'Image.' Select 'From File.' Browse your PC for the logo you want to use. Click the logo and the 'Open' button. Your logo replaces the default logo.
9. Highlight the default text and type your customized information it. This can include the address, product details, and customer messages. Save your changes by clicking 'Save' on the menu.
Read more ►

Monday, December 17, 2012

How to Delete Every Other Row of an Excel Spreadsheet


1. Open the Excel Visual Basic Editor. With your spreadsheet open in Excel, click 'Tools' from the menu near the top of your screen, then select 'Macro' and 'Visual Basic Editor.' If you use Excel 2003 or older, go on to the next step.Excel 2007 users will notice that the previous command does not exist in the current version of Excel, and that no macro editing tools appear by default. Turn on access to these tools by clicking the Office button at the top-left corner of your screen, then clicking the 'Excel Options' button at the bottom of the menu. Locate the heading labeled 'Top options for working with Excel' in the resulting dialog box, then check the box next to the 'Show Developer tab in the Ribbon' label. Click 'OK.' Select the Developer tab, then click the 'Visual Basic' button.
2. Add macro code. Click 'Insert' from the menu near the top of the Microsoft Visual Basic editor window and choose 'Module.' Copy all of the code listed below, then paste it into this module:Sub Delete_Every_Other_Row()
' Dimension variables.
Y = False ' Change this to True if you want to
' delete rows 1, 3, 5, and so on.
I = 1
Set xRng = Selection
' Loop once for every row in the selection.
For xCounter = 1 To xRng.Rows.Count
' If Y is True, then...
If Y = True Then
' ...delete an entire row of cells.
xRng.Cells(I).EntireRow.Delete
' Otherwise...
Else
' ...increment I by one so we can cycle through range.
I = I 1
End If
' If Y is True, make it False; if Y is False, make it True.
Y = Not Y
Next xCounter
End Sub
3. Run the macro. Return to your spreadsheet without closing the Visual Basic editor. Highlight the rows for which alternating row should be removed. In Excel 2003 and earlier, click the 'Tools' menu option, then select 'Macro', followed by the 'Macros' option. In Excel 2007, select the Developer tab, then click 'Macros.' To run the macro in either version, select the macro labeled 'Delete_Every_Other_Row', then click 'Run.' Every even-numbered row of your spreadsheet deletes.
Read more ►

Sunday, December 16, 2012

How to Remove Borders From Cells in Microsoft Excel 2003


1. Open the file that you wish to work on. Scroll to the “File” tab on the command bar and select “Open.” Then browse to the desired Excel file and click “Okay” to open it.
2. Access the cell with the borders that you wish to remove. You can activate the cell by scrolling to the cell of choice and left-clicking on it.
3. Remove the border from the cell. Scroll to the “Format” tab on the command bar and select “Cells.” Under the cells properties box, left-click on the “Border” tab.
4. Set the border presets. There will be box under this tab labeled “Border Presets.” You will need to left-click on the “None” box to remove a border from the cell. Then simply click “Okay” to implement the changes.
Read more ►

How to Create a Spreadsheet Template in Excel 2003


1. Open a new Excel document.
2. Make your spreadsheet. Include all the formatting you would like for your template. Add the fonts, cell colors, macros and anything else you would like.
3. Include only the information that needs to be on every spreadsheet. For example, if you are making a template for a budget, add the headings but not the entries for each transaction.
4. Go to File > Save As. Below the box where you name the file, there is a drop-down menu with file types. Save your file as a '.xlt' Template file. Name the file and click Save.
5. Use the template. Go to File > New. This will bring up a few options, including one for the template you made.
Read more ►

How to Create a Form Using Mircosoft 2007 Excel


1. Launch the Microsoft Excel 2007 program and open a blank spreadsheet. Click the 'Start' button and then 'Excel.' If you do not have Excel 2007, a free trial of Office may be downloaded from the Microsoft site (see Resources section). If a blank spreadsheet does not open automatically, click the 'Microsoft Office' button and then 'New.' Double-click the 'Blank Spreadsheet' icon to open a blank document.
2. Make certain the 'Developer' tab is available in the 'Ribbon.' Click the 'Microsoft Office' button and select 'Excel Options' to launch a separate dialogue window. Click the 'Show Developer tab' check box in the 'Top Options' section of the 'Popular' category. Click the 'OK' button.
3. Add form fields to the Excel 2007 spreadsheet. Go to the 'Developer' tab and locate the 'Controls' section. Click 'Insert' and select the desired form tool from under the 'Form Controls' section, such as 'List Box.' Click in an area of the spreadsheet that you want to add the form tool. The form tool will appear.
4. Adjust the form tool properties. Right-click the form tool and select the 'Format Control' option to launch the 'Properties' dialogue box. Depending on the type of form tool you selected, use the options in the 'Properties' window to change the details. Change the size of a form tool by clicking on it and using the small circles on the border to drag it to a desired size. To change the location of a form tool, click once on the border and drag it to a new area while holding down the mouse button.
5. Repeat steps 3 and 4 for each form tool you want to add to the spreadsheet. Save the form using the 'Save As' option under the 'Microsoft Office' button. Select a folder in which to save the Excel 2007 form using the arrows in the address bar of the 'Save As' dialogue box. Type a name for the form in the 'File name' field and click the 'Save' button to complete the process of creating a form using Microsoft 2007 Excel.
Read more ►

How to Add Data Labels to a Pie Chart


Adding Data Labels to a Pie Chart in Excel 2007 and Excel 2010
1. Start the Microsoft Excel program and open the worksheet containing the pie chart to which you wish to add data labels.
2. Select the chart by clicking on it. A translucent ribbon will appear at the edges of the chart, indicating its selection.
3. Click on the 'Layout' tab in the toolbar above the chart to display the 'Layout' ribbon.
4. Locate the 'Data Labels' button and click on the downward arrow to reveal a drop-down list of options.
5. Select the desired location for the labels. This will add data labels on your pie chart.
Adding Data Labels to a Pie Chart in Versions Prior to Excel 2007
6. Select the pie chart by clicking on it.
7. Click on 'Chart' from the toolbar above and select 'Chart Options.' A dialog box will pop up.
8. Select the 'Data Labels' tab from this box.
9. Select what you wish to depict on the chart from the five options: 'Series name,' 'Category name,' 'Value,' 'Percentage' and 'Bubble size.'
10. Click 'OK.' This will add the desired data labels to your pie chart.
Read more ►

How to Construct a Histogram in Microsoft Excel


1. Click on the 'Data' tab in Excel 2007 or the 'Tools' tab in Excel 2003.
2. Click on 'Data Analysis.'
3. Choose 'Histogram' from the list box, then press 'OK.'
4. Tell Excel where your data is by entering a range in the 'Input range' box. For example, if your data is in column A2 to A11, type 'A2:A11' into the box. If you have entered your own bin values (a range of data for the columns), enter the location of the data in the 'Bin values' box in the same format. For example, if your bins are located in B2 to B5, enter 'B2:B5' in the bin values box.
5. Check the 'Chart Output' box, then press 'OK.' Excel will insert a histogram into the spreadsheet.
Read more ►

How to Get Stock Quotes in Excel


1. Open Microsoft Excel. First, select 'Start' from the main operating system menu. Next, choose 'Programs.' Then, click on 'Microsoft Office' in the programs menu. Finally, select 'Microsoft Excel' from the Microsoft Office menu.
2. Click on the 'Data' menu from the Microsoft Excel main menu screen. Then, choose 'Get External Data' from the data menu. A dialog box will appear with a list of established data sources. Finally, choose the data source labeled 'Investor Stock Quotes.'
3. Select the cell in the spreadsheet for the stock quote information input or choose the 'Create New Worksheet' option to place the stock quote in a new worksheet. After selecting either option, select 'OK' from the dialog box.
4. Type the stock ticker symbol into the next Microsoft Excel dialog box. If the user wants to update the stock quote in the future, choose 'Use this value/reference for future refreshes.' Also check the second check box if you would like the information to refresh on its own.
5. Save the Microsoft Excel file for future use. Select 'Save' from the main file menu, name the file and choose the appropriate place on the computer hard drive to save it.
Read more ►

Saturday, December 15, 2012

How to Do a Pamphlet in Excel


1. Click on the 'File' tab and select 'Print.' Set the layout of the spreadsheet to 'Landscape' and set the margins to '0.25' on all four sides of the page. This will give you the maximum printable area on your pamphlet.
2. Click on the “View” tab and select 'Page Layout' on the left side of the Ribbon. This will change the view of your spreadsheet to one with page borders set. In this view you will also be able to set the width of columns in inches or fractions of an inch which is essential to using Excel as a page layout program.
3. Click on the box at the upper left hand corner of the worksheet area between the two rulers. It has a small triangle pointing down and to the right; this will select all cells in the work sheet.
4. Define your layout grid by clicking on the gray column headers at the top of the worksheet area and set your column widths to a quarter of an inch. Continue the process by clicking on the gray row borders at the left edge of the worksheet area and set your row heights to one fifth of an inch.
5. Switch back to the 'Home' tab. Select cells and use the 'Merge Center' button in the 'Alignment' section of the tab to merge cells to suit your design. For example, if you wanted to center a title on the left side of your brochure you'd select cells A1 through U2 and click 'Merge Center' to make a large box to enter your title.
6. Override the centering of text in a merged group of cells by using the text alignment tools next to the 'Merge Center' button and set the fonts to reflect what you want; larger fonts for titles and smaller fonts for text.
Read more ►

How to Convert the First Letter to an Uppercase in Excel


1. Decide if you want the first letter of every word to be capitalized ('Pete Is Great'), or just the first letter in the cell ('Pete is great'). In this example, assume that the original text ('pete is great' - note no capitals) is in cell A1, and you want the text capitalized in cell B1.
2. Enter the following Excel code into cell B1 if you want every word to be capitalized:=PROPER(A1)This will give the output 'Pete Is Great'.
3. Type the following Excel code into cell B1 if you only want the first letter of the cell capitalized:=UPPER(LEFT(A1,1))LOWER(RIGHT(A1,LEN(A1)-1))This will give the output 'Pete is great'.The 'UPPER(LEFT(A1,1))' part of the function tells Excel to return the left-most character in cell A1 in upper case. The 'LOWER(RIGHT(A1,LEN(A1)-1))' tells Excel to return all but the left-most character as lower case.
Read more ►

How to Build Drop


1. Scroll to the area of the spreadsheet where you want to create the drop-down list's contents. You build a drop-down list menu in Excel from data typed into any set of cells. If you want this to be inconspicuous to the Excel user, do not use the beginning of the spreadsheet. Instead, you can scroll to the right several columns or scroll down many rows to a less obvious part of the spreadsheet.
2. Type the list you want in your drop-down list menu. You can either type the list as a series of vertical cells, all in the same column, or as a horizontal list, all in the same row. For example, if you selected cell P100 as the starting point for your list, you can type each list item into P100, P101 and P102 (or into P100, Q100 and R100) and continue the list for as long as necessary.
3. Click in the cell or cells where you want your drop-down list menu to appear, based on the typed list elsewhere in the spreadsheet. If you want multiple cells to have the menu, drag your mouse over all of them so they are all selected.
4. Click on the 'Data' menu and the 'Data Tools' section. Then, click 'Data Validation' and select 'Data Validation.' In versions of Excel prior to 2007, click the 'Data' menu and select the 'Validation' option. A pop-up box will appear.
5. Click the drop-down menu on the 'Settings' tab of the pop-up window. Select the 'List' option.
6. Click in the 'Source' field.
7. Drag your mouse over the cells in your spreadsheet that contain the list of items that you typed earlier.
8. Type the 'OK' button to complete the drop-down menu setup.
Read more ►

How to Use Excel Charts


1. Launch Microsoft Excel 2010.
2. Open a file with some data already present in the cells or populate a blank sheet with some data that will be used for the chart. Include data labels for the rows and columns by typing descriptive names for the data in the next cell above the first entry in each column and in the next cell to the left of each row of entries.
3. Click in the cell above the first row label and to the left of the first column label and hold the mouse button down. Drag the mouse across the data diagonally until it is pointed at the lower right entry in the last row and last column and release the mouse button. This should highlight all the data that will be included in the chart.
4. Click the 'Insert' tab and click the small arrow at the bottom of any of the chart types listed in the 'Charts' group. Click the 'All Chart Types' button at the bottom of the list that appears.
5. Click on the desired chart type and click 'OK' to create a chart.
6. Click the 'Design,' 'Layout' or 'Format' tabs under the new 'Chart Tools' menu tab that appeared once the chart was created to access additional features and options.
Read more ►

How to Copy Vertically Paste Horizontally in Excel


1. Open the document in Microsoft Excel and highlight the cells you want to copy.
2. Click the 'Home' tab on the Microsoft Office ribbon and click 'Copy.'
3. Click on the cell where you want to paste the data.
4. Click the pull-down menu next to 'Paste' on the 'Home' tab to view a list of paste options, then click 'Transpose.' The copied data is pasted into the highlighted cell and its adjacent cells with the rows and columns reversed.
Read more ►

Friday, December 14, 2012

How to Calculate Descriptive Statistics Using Analysis ToolPak


1. Open Excel 2007 and add the numbers for which you want to calculate descriptive statistics in the first column. For example, add the numbers 210, 110, 50, 50, 70 and 80 in A2, A3, A4, A5, A6 and A7 cells of Excel.
2. Click on the 'A9' cell. This is the cell where you will calculate the descriptive statistics using Analysis ToolPak. Please note, you don't have to select 'A9' cell for the descriptive statistics calculation; any cell under your chosen values can be selected.
3. Click on the 'Data' tab and then 'Data Analysis' found on the top right-hand side of the Excel spreadsheet. A window titled 'Data Analysis' will pop open.
4. Click on the 'Descriptive Statistics.' A window titled 'Descriptive Statistics' will pop open. In the Input Range of window, select and drag from A2 to A7 cells. In the Output Range of Window, select A9 cell.
5. Click on the 'Summary Statistics' of the window. A check mark will appear next to Summary Statistics. Click 'OK.'
6. Thirteen descriptive statistics have been successfully calculated starting from 'A9' cells. In this example, the following will appear as your calculated values.Mean 96.66666667
Standard Error24.17528582
Median 75
Mode 50
Standard Deviation59.21711464
Sample Variance3506.666667
Kurtosis 3.549458572
Skewness 1.854360629
Range 160
Minimum 50
Maximum 210
Sum 580
Count 6
Read more ►

Blogger news