This document introduces some useful functions in Microsoft Excel 2003. It discusses counting functions like COUNT, COUNTA, COUNTBLANK and COUNTIF that count the number of cells meeting certain criteria. Logical functions like IF, AND, OR and NOT are also covered. IF allows alternative results depending on a condition, AND checks if multiple criteria are true, OR checks if any criteria are true, and NOT changes true to false and vice versa. COUNTIF works similarly to IF but counts cells meeting the criteria. SUMIF adds up cells that meet provided criteria. Examples are provided to demonstrate how to use these functions to analyze data in a spreadsheet.