1 / 21

Excel chapter-2

Excel chapter-2. Upcoming Deadlines MyITLab Lesson 1 is due today (11:59 pm) Homework #1 is due on September 12. Function basics. Function basics. Function - predefined formula that performs a calculation.

Download Presentation

Excel chapter-2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Excel chapter-2

  2. Upcoming Deadlines • MyITLab Lesson 1 is due today (11:59 pm) • Homework #1 is due on September 12

  3. Function basics

  4. Function basics • Function - predefined formula that performs a calculation. • Syntax - set of rules that govern the structure and components for properly entering a function. • Argument - input, such as a cell or range. • Function begins with the equal sign (=) followed by the function name and arguments in parentheses • E.g. =SUM(A1:A3)

  5. Function categories and descriptions

  6. Inserting a function • Formula AutoComplete displays a list of functions and defined names as you enter a function. Function ScreenTip gives you syntax • Use the Insert Function dialog box to search for a function or select one from a list. The Function Arguments dialog box offers help on each argument

  7. Sum function • The SUM function returns the mathematical sum of some number of cells or ranges; • for example: =SUM(A1:A3) =SUM(A1,B3,C5) =SUM(A1:B3,C5:E8)

  8. Basic Statistical Functions • Common statistical functions include: • AVERAGE arithmetic mean • MEDIAN midpoint value • MIN minimum value • MAX maximum value • COUNT number of values in range • COUNTA number of nonempty cells • COUNTBLANK number of empty cells

  9. Math and statistical functions

  10. Date/time functions E.g. Serial number = 5/17/2006

  11. Logical functions • IF function, syntax: • IF(logical_test/condition, value_if_true, value_if_false) • Logical operators

  12. Functions as Arguments • A nested function occurs when one function is embedded as an argument to another function; for example: =IF(A1<A2,MIN(B1:B5),MAX(B1:B5)) • Compute the MIN function if A1 is less than A2 • Compute the MAX function if A1 is not less than A2

  13. Lookup Functions • Lookup functions are used to look up values in a table to perform calculations or display results • For example, a teacher may want to look up an average in order to assign a grade

  14. Lookuptable is a range that contains data for the basis of the lookup and data to be retrieved. • Breakpoint is the lowest value for a specific category or series in a lookup table. • VLOOKUP AND HLOOKUP

  15. Syntax =VLOOKUP(lookup value , lookup table , column index number ) • The lookup value ─ value to look up in a reference table • The lookup table ─ a range of cells containing the lookup table • The column index number ─ the column number in the lookup table that contains return values

  16. Vlookup function

  17. HLOOKUP Function • The HLOOKUP function is used when the breakpoints and return data are placed in rows • The third argument now lists the row index

  18. Pmt function • Calculates payments for a loan with a fixed amount with a fixed periodic rate for a fixed time period. • Syntax : PMT(rate, nper, pv, [fv],[type]) • Rate- periodic interest rate • Nper- total number of payments periods • Pv- present value of the loan / principal. • Fv- future value of loan / cash balance you want to attain after the last payment is made. • Type- when payments are due.

  19. Rank Function RANK(number,ref,[order]) • Returns the rank of a number in a list of numbers. • Syntax : • The RANK function syntax has the following arguments: • Number     Required. The number whose rank you want to find. • Ref     Required. An array of, or a reference to, a list of numbers. Nonnumeric values in ref are ignored. • Order     Optional. A number specifying how to rank number. • If order is 0 (zero) or omitted, Microsoft Excel ranks number as if ref were a list sorted in descending order. • If order is any nonzero value, Microsoft Excel ranks number as if ref were a list sorted in ascending order.

  20. Displaying Cell Formulas • Press the Ctrl key plus the tilde (~) key to display formulas in a worksheet

More Related