Excel Review Shortcuts, Formulas/Functions, Data Handling
Resources DGHI Excel page Location for info on classes and useful resources. Duke Lynda site Free online learning tutorials with comprehensive lessons on Excel.
Tables and Ranges Starting in Excel 2007 tables are available to replace ranges when referencing cells Create Excel Table Overview of Excel Tables
Keyboard Shortcuts Key stroke combinations to quickly move within a worksheet without needing the mouse. Excel Keyboard Shortcuts
Data Importing Data can be imported into Excel from: Data can be imported into Excel from CSV Tabbed Other, non delimited data Text To Columns Connect to other workbook Connect to data sources
Formulas and Functions Sample Formula =(A1+B2) / C3 = ((4+90)^3 )* B5 Sample Function =COUNTIF(A2:A5,”apples”)COUNTIF(A2:A5,”apples”) =MAX(C5:C770)MAX(C5:C770) =VLOOKUP(1,A2:C10,2)VLOOKUP(1,A2:C10,2)