In this training session, Allison Gonzalez, a Microsoft Certified Trainer at Pragmatic Works, introduces beginners to the fundamentals of formulas in Microsoft Excel. Whether a user is brand new to Excel or simply unfamiliar with formulas, this session provides step-by-step guidance on how to write formulas, use the formula bar, apply ranges, and navigate the Formula Wizard to simplify calculations.
Every formula in Excel begins with an equals sign (=). Once typed, Excel expects the user to complete the calculation. Users can write formulas directly in a cell or in the formula bar, which provides more space and flexibility. Allison recommends the formula bar for clarity and accuracy, especially when working with longer expressions.
Allison demonstrates how to perform basic mathematical operations with cell references:
=B2+C2+D2=B2+C2-D2=B2/C2=B2*C2Parentheses can also be added to control order of operations, ensuring formulas follow the correct sequence just like standard math.
Manually typing each cell in a calculation is inefficient, particularly with large datasets. Instead, Excel allows the use of ranges. For example:
=SUM(B2:B26) adds values from B2 through B26.=AVERAGE(C2:C26) calculates the mean of a range.This eliminates the need to manually select or type each cell reference.
The Insert Function (fx) button, also known as the Formula Wizard, helps users find and apply functions. It provides:
For example, selecting SUM automatically suggests a logical range (such as all numbers above the current cell). Users can confirm or modify this selection with ease.
Allison highlights several beginner-friendly functions:
For instance, =COUNT(B2:D2) would return the number of numeric cells in that row, while =COUNTA(A2:D2) would include text entries as well.
These foundational formulas allow users to:
Allison emphasizes that formulas are not as intimidating as they may seem. By starting with simple arithmetic, learning to reference ranges, and using the Formula Wizard, users can confidently expand their skills. These basics prepare learners for more advanced Excel functions such as VLOOKUP, INDEX, and MATCH, which will be covered in future sessions.
Don't forget to check out the Pragmatic Works' on-demand learning platform for more insightful content and training sessions on Excel and other Microsoft applications. Be sure to subscribe to the Pragmatic Works YouTube channel to stay up-to-date on the latest tips and tricks.