You are on page 1of 8

MS Excel

Addressing
• Relative • Absolute • Mixed
Default referencing Constant value is used
in Excel. across
Value changes as
you copy formula
Main logical function
• If
• AND
• OR
• Not
• XOR
Mathematical Funtions
• sum(cell address : cell address)
• SUMIF(range,criteria,sum range)
• SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2,
criteria2], …)
• AVERAGE()
• Product
• Count
• Max,Min
Matrix Funtions
• MDETERM Returns the matrix determinant of a supplied array
• MINVERSE Returns the matrix inverse of a supplied array
• MMULT Returns the matrix product of two supplied arrays
• MUNIT Returns the unit matrix for a specified dimension
Date Function:
• =DATE(A1,4,15)
LookUp:
• =VLOOKUP (value, table, col_index, [range_lookup])
• =HLOOKUP (value, table, row_index, [range_lookup])
Links
• Between worksheets:
• Sheet1!A1
• Between Workbooks:
• Data -> Existing Connections
Selecting , Sorting
• Convert excel data to table.(This will create filters)
• Using filters we can select specific data, sort accordingly.
• Custom filtering is available.
Decision making
• What-If analysis
• Scenario Manager - Comparison of scenarios
• Goal Seek- Reverse calculations

• Data Table - Sensitivity analysis

You might also like