|
Using SpreadsheetsHere are tips on using one of the Office applications to input data into your spreadsheets quickly and reliably using a sequential set of steps. |
|
Data Entry |
Preparations: |
| . |
Follow-up
|
|
|
Creating Charts in Excel
Stock ChartsWhen hightlighting a range before selecting the chart button, remember that if text is found in the leftmost column, it is used as the X axis labels for all data series.So if your X axis labels contain numbers, place a single quote in front of each value so that they will be treated as text. Highlight the number of data columns (series) expected by each type of Stock chart:
2 Axis ChartsWithin the "Chart Type" menu "Custom Types" tab choose "Lines on 2 Axes".When using the "Line - Column on 2 Axes": the Primary axis is always a bar chart and the Secondary axis is always a line chart. Also:
If only one series is designated as the Primary axis, it cannot be changed into a Secondary axis. So first select a series designated for the Secondary axis and change its axis to Primary.
Radar ChartsRadar charts are great to compare multiple series on multiple dimensions (categories), like a 3 dimensional view.The problem with Excel's Radar Chart is that you are forced to have a single "Y axis" scale for every category (dimension). So if each category has a different value range (which is pretty typical), you can't use Excel. 3D ChartsRadar charts are great to compare multiple series on multiple dimensions (categories), like a 3 dimensional view.The problem with Excel's Radar Chart is that you are forced to have a single "Y axis" scale for every category (dimension). So if each category has a different value range (which is pretty typical), you can't use Excel. |
|
MS-Excel Functions
For the number of hours and minutes in an elapsed date in cell A1 =INT(A1/.04166667)&":"&MINUTE(MOD(A1,1)) To add a month to a date in cell A1 (such as 1/31/03 to 2/28/03)
=DATE(YEAR(A1),MONTH(A1)+1,MIN(DAY(A1),DAY(DATE(YEAR(A1),MONTH(A1)+2,0))))
To find the last name in "Smith, Joe" in cell A1:
=LEFT(A1,FIND(",",A1,1)-1)
To find the first name in "Smith, Joe" in cell A1:
=MID(A1,FIND(",",A1)+2,LEN(A1)-FIND(",",A1)+2)
To tell Excel that you are making an array, hold Ctrl+Shift while pressing Enter. Brackets {} will be displayed around it.
|
Group microsoft.public.excel.programming List of Excel Developers at J-Walk: Alan R. Barasch's Excel Goodies Chip Pearson, a Microsoft MVP - Excel Debra Dalgleish, Microsoft MVP - Excel David McRitchie, Microsoft MVP - Excel Excel templates for financial analysis and business decision-making |
For another example of a step-by-step tutorial, see Shopping Strategies
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page
Thank you! |