Sunday, September 18, 2011

How to Make Box Whisker Plots in Excel 2007


1. Open your Excel data. This instructional will assume that your first data column is in column 'A,' your first data value is in row '1,' and all your columns have 'n' data points.
2. Create new rows for your maximum, upper quartile, median, lower quartile and minimum values.
3. Calculate these statistics by entering the following values under your 'A' column:=MAX(A1:An)=PERCENTILE(A1:An,0.75)=MEDIAN(A1:An)=PERCENTILE(A1:An,0.25)=MIN(A1:An)
4. Copy and paste the same formulas to calculate statistics for your other columns, changing the letter for the corresponding column.
5. Select all the fields with your new statistical calculations. You can press 'CTRL' to select from more than one column.
6. Click the 'Excel Chart Wizard' button.
7. Select the 'Stock Open-High-Low-Close' diagram.
8. Click 'Next.' In the Data Range tab, click on 'Series In: Rows.'
9. Click 'Finish.' A box and whisker chart will display.
Read more ►

How to Create a Column Chart to Show Graphic Representation of Expenses on MS Excel


1. Type your data into a worksheet. Click on a cell, then type your data into the cells. In order for the column chart to work properly, you should enter your data in columns. For example, if you are comparing heights in inches of three people you might put 'John' into cell A1, 'Jane' into cell A2,'Bob' into cell A3 '72' in cell 'B1,' '69' in cell 'B2' and '75' in cell 'B3.'
2. Highlight the cells with your data by left clicking on the top left of the cells then dragging the cursor to the bottom right of the cells.
3. Click on the 'Insert' tab.
4. Click on the column' tab, then click on the column sub-type you want. For example, click on a '2-D Column' icon. Excel will insert a chart into your worksheet.
Read more ►

How to Delete Filtered Items in Excel 2007


1. Open Excel 2007 and then open the workbook containing the data you want to filter.
2. Select the range of cells you want to filter or click inside of a cell that is within the range of cells you want to filter.
3. Go to the 'Data' tab and click 'Advanced' in the 'Sort and Filter' group.
4. Select 'Filter the List, in Place' if you want to filter the list and delete duplicate items within the current worksheet. Choose 'Copy to Another Location' if you want Excel to delete the duplicate items and copy the remaining filtered items to another area on the worksheet.
5. Select the 'Unique Records Only' check box and click 'OK.' Excel will filter the list and delete any duplicate records it finds.
Read more ►

How to Embed a Word Document in Excel


Create from a File Option
1. Open Excel and the spreadsheet to embed the Word document in. Click on the 'Insert' tab, and then click 'Object' in the Text group. The Object dialog box appears.
2. Click on the 'Create from File' tab, and then click the 'Browse' button. Navigate to the file you want to add and click 'Insert.'
3. Choose any optional options. If you want to save room in the spreadsheet, click the 'Display as Icon' checkbox. This inserts a Word document icon. You can double-click on the icon to display the file. If you plan on continuing to work on the Word file in Word, but want the file information to update automatically in the Excel spreadsheet, click the 'Link to File' checkbox.
4. Click 'OK' to add a Word file to Excel.
Create from New
5. Open Excel and a spreadsheet to work with. Click on the 'Insert' tab, and then click 'Object' in the Text group.
6. Select the 'Create from New' tab. Select 'Microsoft Office Word Document' from the Object Type list (you will need to scroll to find it).
7. Click 'OK' to insert a Word document window in the spreadsheet. You can type in the document window as you would in a Word document. Notice that the Excel Ribbon has changed to reflect Word tools instead of Excel tools.
8. Type your document. You can insert graphics, use WordArt, add styles or apply other features available in Word. To return to the Excel spreadsheet, click off the document window. You can expand the Word document window in Excel by selecting the document window and dragging any of the handles. To return to the Word document, double-click the Word document window.
Read more ►

How to Find Hidden Columns on the Excel 2007 Document Inspector


1. Open Microsoft Excel.
2. Click the 'Office' icon located in the upper-left corner of the screen.
3. Select 'Prepare.'
4. Click 'Inspect Document.'
5. Check the box next to 'Hidden Rows and Columns.'
6. Click 'Inspect.'
Read more ►

How to Open a Xlxs File


1. Open your web browser and go to the following URL:
http://us20.trymicrosoftoffice.com/product.aspx?re_ms=oofamily=officeproculture=en-US
2. Download the free 60-day trial version of Microsoft Office Pro 2007, which includes Excel 2007.
3. Follow the onscreen install-wizard instructions to install the software on your computer.
4. Open Microsoft Excel and click on the Office start button in the upper-left corner of the window. From the list of options, select 'Open.'
5. Select the xlxs file that you wish to open and click the 'open' button at the lower right of the window. Excel 2007 will open the file.
Read more ►

Saturday, September 17, 2011

How to Do Error Bars on a Line Graph


1. Open the Excel 2010 spreadsheet that holds your line graph.
2. Click anywhere on the line graph to select it, then click the 'Layout' tab on top of the window, near the right end.
3. Locate the drop-down box in the 'Current Selection' area of the ribbon. Click the box and choose the data series that you want to display with error bars. To display all of your data series with error bars, choose 'Plot Area.'
4. Click the 'Error Bars' button in the 'Analysis' area of the ribbon. From the menu that appears, choose to add error bars for the standard error, for one standard deviation or for a 5 percent error on each value. If you want more precise control, choose 'More Error Bar Options,' then choose a data series from a small window that appears, as you can only add error bars this way for one series at a time. If you choose this option, another window appears.
5. Click the radio button next to 'Both,' 'Minus' or 'Plus' under the 'Direction' heading to determine which way your error bars will appear from the line on the graph. Under the 'End Style' heading, choose either to add or not to add a cap on the end of the bar.
6. Select your method for determining the error bar size under the 'Error Amount' heading. If you choose 'Fixed Amount,' 'Percentage' or 'Standard Deviation,' enter an amount into the box next to the option. You can also choose 'Standard Error,' but this option has no entry box, as the error bar sizes are determined solely by the values.
7. Change the appearance of the error bars from the 'Line Color,' 'Line Style,' 'Shadow' and 'Glow and Soft Edges' menus from the left side of the window. Each of these menus has numerous options to specify the exact look of the bars. Click 'Close' at the bottom of the window when done. Your error bars appear on the line graph.
Read more ►

How to Rank Without Duplicating in Excel 2007


Creating the Formula
1. Start Excel and open up the data range you want to use. For this example, we're assuming that the data values to be ranked are in column A, starting in column A2.
2. Enter the following formula in cell B2: =RANK(A2,$A$2:$A$10) COUNTIF($A$2:A2,A2)-1. This formula ranks the data, using the value in A2 as the seed value, going through the ranks from top to bottom. The COUNTIF in the second part of the formula increments the rank number by 1, EXCEPT if the rank value is the same.
3. Copy the formula in cell B2 through the entire range of cells from B3 to B10.
Read more ►

How to Create a Gantt Chart Using Excel 2003


1. Type a schedule into four columns in Excel. Type the names of milestones for your project in column 'A,' then type the start dates in column 'B,' then type the duration in days in column 'C' and the project end date in column 'D.'
2. Click the 'Chart Wizard' button, then click the 'Bar Chart' on the left-hand side. Click 'Stacked Bar Chart' as the chart subtype.
3. Click the 'Series' tab.
4. Click 'add' to add a series from your spreadsheet. Type a name for one of the series in the 'Series name' text box -- for example, type 'Start Date.' Type the location for your series into the 'Values' box -- for example, if your start dates are in cells 'B1' to 'B10,' type 'B1:B10.'
5. Repeat Step 4 to add the name and location of the 'Duration' series.
6. Click the 'Category Axis' button and highlight the tasks you listed in column 'A.' This adds labels on the left-hand side of your chart. Click the 'Finish' button.
7. Drag the bottom right corner of the chart until the chart fills the screen.
8. Right-click the 'X' axis on the chart. Click 'Format Axis,' then click '10' for the font size. Click 'OK.'
9. Right-click the 'Y' axis on the chart. Click 'Format Axis,' then click '10' for the font size. Click 'OK.'
10. Right-click the blue bars on the chart, then click 'Format Series.' Click the 'None' radio buttons next to Border and Area. Click 'OK.'
11. Right-click on the 'Y-axis' label, then click 'Format Axis.' Click the 'Scale' tab, then click the 'Categories in Reverse Order' check box. Click 'OK.'
Read more ►

How to Use Excel Tornado Diagrams


1. Open your spreadsheet and highlight the data you want to include in your tornado diagram. Go to 'Insert' and select 'Bar,' then 'Clustered Bar.'
2. Right-click on the horizontal axis and select 'Format Axis.' Select 'Axis Value' under 'Vertical Axis Crosses,' then enter your base case value.
3. Select the vertical axis for your diagram, then check next to 'Categories in Reverse Order' and click 'Low' on the 'Axis Labels' menu.
4. Click one of the bars to open a pane labeled 'Series Options' and slide the button under 'Series Overlap' over to the far right. Click 'Finish.'
Read more ►

How to Add Print Preview Ribbon to Main Ribbon


1. Open Microsoft Word 2010 and click the 'File' button, then select 'Options.' Click the 'Customize Ribbon' button on the left side of the Word Options menu.
2. Decide where you want to place this shortcut. You must create a custom group to place your shortcuts. For example, if you plan to add the shortcut to the Home tab, add a new group to this tab. Select 'New Group' on the right side of the Options. Select 'Rename' and type a name for this group. Click 'OK.'
3. Select the 'Choose Commands From' drop-down list, select 'Not On The Ribbon.' Select 'Print Preview Edit Mode.' Click 'Add' to move this command to the newly created group. Click 'OK.'
Read more ►

How to Print Selected Areas of a Worksheet in Excel 2003


1. Open your Excel worksheet and select the area you want to print. To select, hold down the left mouse button and drag your mouse over the area.
2. Right click on the selected area to summon a small pop-up menu of options.
3. Select 'Print' from the menu to bring up the print menu and select 'Print Selected Area.'
4. Click 'Print' to print the selected section.
Read more ►

How to Insert Copied Cells Multiple Times in Excel


Fill Handle
1. Open the Excel 2010 spreadsheet that has the information you want to copy. Click on the cell you want to copy.
2. Move the mouse to the lower right corner of the cell where there is a small square along the border. When you move your mouse over this square, called a fill handle, the mouse pointer turns into a plus sign.
3. Click and hold the mouse button over the fill handle, then drag the mouse in the direction that you want to copy the information. When you reach the last cell where you want to copy the information, release the mouse button. Excel now automatically copies the information into every cell between the first and last ones.
Paste Feature
4. Open the Microsoft Excel 2010 spreadsheet that you want to work with.
5. Click on the cell that you want to copy and press “Ctrl” and “C” to copy the cell’s contents to your clipboard.
6. Click on the first cell where you want to paste the information. To paste the information in a range of cells, click and hold the mouse button over the first cell, then drag the mouse down to the last cell and release the button.
7. Hold the “Ctrl” key and select the second cell, or group of cells, where you want to paste the information. Continue to hold “Ctrl” until you have selected every cell where you want to paste the information.
8. Press “Ctrl” and “V” to paste the information into every cell you have selected.
Read more ►

Friday, September 16, 2011

How to Create a Simple Budget Using Excel 2007


1. Open Excel, double click the tab called 'Sheet 1' and change the name to 'Expenses.' All of your expenses will be listed in this first Expense worksheet.
2. Click cell A1 and type 'Date,' press tab and type 'Expense Name,' press tab and type 'Amount ($)' and press tab one more time and type 'Notes.' These four headings will now be the titles of the first four columns.
3. For every expense you have, record the date of the expense in the 'Date' column, a description of the expense in the 'Expense Name' column, how much you spent in the 'Amount ($)' column and include any notes about the expense that are relevant in the final column.
4. Double-click on the second worksheet tab called 'Sheet 2,' and change the name to 'Income.'
5. Click on cell A1 and type 'Date,' press tab and type 'Income Name,' press tab and type 'Amount ($)' and finally press tab once more and type 'Notes.'
6. Record any income you take in on this worksheet, noting the date of the payment, a description of the income, the amount and any notes about the income in the appropriate columns.
Read more ►

How to Delete Punctuation All Caps in Excel


1. Open the Excel 2010 spreadsheet where you want to remove punctuation and use a different case. Click the 'Developer' tab at the top of the screen. Click the 'Record Macro' button, located on the left end of the Ribbon.
2. Type 'RemovePunctuationCaps' in to the 'Macro name' field. Enter 'q' into the 'Shortcut Key' field. Click 'OK' to close the window. Click the 'Stop' button on the ribbon to stop the macro from recording.
3. Click the 'Visual Basic' button on the ribbon to launch the VBA editor. Double-click 'Module 1' on the left side of the editor. If you have already created a module in this workbook, you will need to click on the last listed module, instead of 'Module 1.' You will see 'Sub RemovePunctuationCaps()' on the right side of the window.
4. Click on the right side of the window. Drag your mouse over the green text between 'Sub Remove...' and 'End Sub.' Delete all this text so that the 'Sub' and 'End Sub' lines are all that exist.
5. Copy and paste the following code between the 'Sub' and 'End Sub' lines in the VBA editor:Dim rng As RangeFor Each rng In Selectionrng.Value = StrConv(rng.Text, vbProperCase)Next rngThis will establish a variable named 'rng' and provide the code needed to change your selection into proper case. If you would rather use lower case, change 'vbProperCase' to 'vbLowerCase.'
6. Enter the following piece of code between the last code and the ''End Sub' line:With CreateObject('vbscript.regexp').Pattern = '[^A-Za-z0-9\ ]'.Global = TrueFor Each rng In Selection.SpecialCells(xlCellTypeConstants)rng.Value = .Replace(rng.Value, vbNullString)Next rngEnd WithThis will remove all punctuation from the selected cells.
7. Click the 'X' in the upper-right corner of the editor to close it. Click on the cell or cells where you have the text you want to convert. Press 'Ctr-Q' and the macro will perform the task.
Read more ►

Blogger news