The Simple Excel Function That Does Your Math Homework
I did not learn Excel in school. I learned it the week I had to budget a wedding with a spreadsheet and realized I had been doing arithmetic like a caveman. The secret I wish someone had shown me earlier is that Excel has functions for all the boring math, and they are not hard.
SUM Adds Everything Instantly
Click a cell, type =SUM(A1:A10), and press enter. Excel adds up every number in that range. No calculator, no adding machine, no mistakes. I use this for grocery totals, bills, and the monthly budget column I check too often.
AVERAGE for the Middle Ground
Type =AVERAGE(A1:A10) and you get the mean of the numbers. Handy for figuring out your average electric bill across the year, or the average price of the stuff in your cart. One function instead of dividing by hand.
IF Makes Decisions For You
The IF function checks a condition and gives you one answer or another. =IF(A1>100,”over budget”,”fine”) turns your spreadsheet into a tiny assistant. I use it to flag any month where spending goes over my limit, so I do not have to eyeball every cell.

COUNTIF Answers “How Many”
Want to know how many items in a list cost more than ten dollars? Type =COUNTIF(B1:B20,”>10″). Excel counts them for you. This one feels like magic the first time you use it, and it is just as easy as the rest.
The Keyboard Shortcut That Saves the Day
Do not type the range by hand. Click the first cell, hold Shift, click the last cell, and Excel fills the range in for you. It sounds basic, but half the people I know still type A1:A10 character by character.
None of this is advanced. It is the stuff that makes a spreadsheet feel like a tool instead of a chore. My wedding budget survived, and so did my sanity.
📋 Quick Summary: Use SUM, AVERAGE, IF, and COUNTIF for everyday math. Click-drag ranges instead of typing them by hand.