Presentation is loading. Please wait.

Presentation is loading. Please wait.

Excel Functions Abby Wiertzema

Similar presentations


Presentation on theme: "Excel Functions Abby Wiertzema"— Presentation transcript:

1 Excel Functions Abby Wiertzema wiertzem@oswego.edu

2 Table of Contents Definitions Function Wizard Date & Time Functions Financial Functions Information Functions Logical Functions Logical Operators Nested IF Lookup & Reference Functions Math & Trig Functions Statistical Functions Text Functions Create Your Own Functions Advanced Functions HELP

3 Definitions Formula – Equations that perform calculations on values in your worksheet. A formula starts with an equal sign (=). Function – A special key word which can be entered into a cell in order to perform a process to some data which is appended within brackets. Argument – A portion of a formula.

4 Function Wizard Office XP - Icon is in toolbar Office 2007 – Icon is found in Format tab Select function name Fill in the argument values Formula Format is: =function-name(arguments)

5 Date & Time Functions Examples are in the spreadsheet =DATE(cell_ref) – creates a date =TODAY() – no arguments – returns todays date =NOW() – no argument – returns todays date and time =DAYS360 – must use reference cells to get day interval

6 Financial Functions Examples are in the spreadsheet ACCRINT CUMIPMT CUMPRINC DB FV PMT

7 Information Functions Examples are in the spreadsheet IS functions (11) N TYPE

8 Logical Functions Examples are in the spreadsheet AND FALSE IF NOT OR TRUE

9 Logical Operators The comparison operators that can be used in the logical test portion of an Excel IF function are: ◦ Equals (=) ◦ Less than (<) ◦ Less than or equal to (<=) ◦ Greater than (>) ◦ Greater than or equal to (>=) ◦ Not equal to (<>)

10 Nested IF Format of Function ◦ IF( condition1, value_if_true1, IF( condition2, value_if_true2, value_if_false2 )) You can nest up to 7 conditions Question: I need to write a formula that works this way: If (cell A1) is less than 20, then times it by 1, If it is greater than or equal to 20 but less than 50, then times it by 2 If it is greater than or equal to 50 & less than 100, then times it by 3 And if it is great or equal to than 100, then times it by 4 Answer: =IF(A1<20, A1*1, IF(A1<50, A1*2, IF(A1<100, A1*3, A1*4)))

11 Lookup & Reference Functions Example of VLOOKUP is in the spreadsheet VLOOKUP HLOOKUP YouTube video that explains VLOOKUP ◦ http://www.youtube.com/watch?v=vhufngPejDk http://www.youtube.com/watch?v=vhufngPejDk

12 Math & Trig Functions Examples are in the spreadsheet SUM SUMIF Several rounding functions ◦ EVEN ◦ INT ◦ ROUND ◦ ROUNDDOWN ◦ ROUNDUP

13 Statistical Functions Examples are in the spreadsheet AVERAGE COUNT COUNTIF MAX MEDIAN MIN MODE

14 Text Functions Examples are in the spreadsheet CLEAN - removes unprintable characters CONCATENATE – joins text fields LEFT – returns leftmost characters LOWER – converts text to lower case PROPER – converts text to proper case RIGHT – returns rightmost characters TRIM – removes extra spaces UPPER – converts text to upper case

15 Create your own worksheet functions Done by editing VBA code http://www.vertex42.com/ExcelArticles/u ser-defined-functions.html http://www.vertex42.com/ExcelArticles/u ser-defined-functions.html http://office.microsoft.com/en- us/excel/HA010548461033.aspx http://office.microsoft.com/en- us/excel/HA010548461033.aspx

16 Advanced Functions Highlight Alternate Rows using Office XP ◦ Highlight the rows to perform the task ◦ go to Format, Conditional Formatting ◦ Select “Formula is” from dropdown list ◦ Type “=MOD(ROW(),2)=1” ◦ Click on Format button and select a pattern ◦ Click on OK Highlight Duplicate Cell Entries ◦ http://www.cpearson.com/excel/Duplicates.aspx

17 Advanced Functions Highlight Alternate Rows using Office 2007 ◦ Highlight the rows to perform the task ◦ Go to Home tab, Conditional Formatting ◦ Select Manage Rules, click on “New Rule” ◦ Select “Use a formula …” from top list ◦ Type “=MOD(ROW(),2)=1” in text box ◦ Click on Format button and select a pattern ◦ Click on OK Highlight Duplicate Cell Entries ◦ http://www.cpearson.com/excel/Duplicates.aspx

18 HELP Additional information on custom functions ◦ http://www.ozgrid.com/VBA/Functions.htm#UDF3 http://www.ozgrid.com/VBA/Functions.htm#UDF3 Misc Help ◦ http://www.meadinkent.co.uk/excel.htm http://www.meadinkent.co.uk/excel.htm ◦ http://www.cpearson.com/excel/excelF.htm http://www.cpearson.com/excel/excelF.htm Microsoft Excel Help ◦ http://office.microsoft.com/en- us/excel/HP052001271033.aspx http://office.microsoft.com/en- us/excel/HP052001271033.aspx Information about IF functions ◦ http://spreadsheets.about.com/od/excelfunctions/ss/if_fu nction_sbs.htm http://spreadsheets.about.com/od/excelfunctions/ss/if_fu nction_sbs.htm


Download ppt "Excel Functions Abby Wiertzema"

Similar presentations


Ads by Google