The elite way of using Excel is to develop standalone decision support systems (DSS) or "Add Ins" using its Visual Basic Application (VBA) capability. PRODSS, a decision support systems for production, is an example of such a venture. A prototype of PRODSS can be found in my course server under "prosim" directory.
|
|
|
| File / Open | To open an Excel, Lotus, or text file |
| File / Save As / Formatted text | To save file in text format |
| File / Page Setup | To setup the page format for printing |
| File / Print | To print a file |
| Edit / Clear | To delete data in a range |
| Edit / Delete | To delete the whole column or row of data |
| Edit / Copy | To copy a range of data |
| Insert / Rows | To insert rows of data |
| Insert / Columns | To insert columns of data |
| Insert / Function | To insert a function |
| Insert / Chart | To plot the data |
| Data / Sort | To sort data |
| Format / Cells | To change the format of cell (s) |
| Format / Row / Height | To set the row height |
| Format / Column / Width | To set the column width |
|
|
|
| Sum | Summation |
| Average | Average |
| Max | Maximum |
| Min | Minimum |
| Stdev | Standard deviation |
| Count | Count the number of data |
| Rand | Return a random number between 0 and 1 |
| Date | Return Today’s date |
| Abs | Absolute value |
| Int | Round to the nearest integer |
| Exp | Exponential |
| Power | Power of a given number |
| Sqrt | Square root |
| Sin | Sine |
| Sinh | Hyperbolic Sine |
| Cos | Cosine |
| Cosh | Hyperbolic Cosine |
| Tan | Tangent |
| Tanh | Hyperbolic Tangent |
| Ln | Nature logarithm |
| Log10 | Logarithm with base 10 |
| Log | Logarithm with any base |