Formulas

20 Excel Formulas That Are Basically Magic

For this post, I’m using sample the file Excel4EngMajors_HarryPotter.xlsx on “The House Cup” tab.  If you want to follow along, you can download the file here or on the Resources page.

08_HarryPotter_facebook
Image Credit: “Book 3” by Brenda Clarke is licensed under CC BY 2.0. Changed from original: Cropped; text added.

I love Excel formulas.  There, I said it.

In my opinion, the biggest benefit of using Excel is the ability to use formulas to do incredible things with your data.  You don’t need to use any fancy functions or keyboard shortcuts to be really great at Excel (though you can learn a couple good ones that will make your life easier) – as long as you have a well-formatted spreadsheet that utilizes some key formulas, you will look like an Excel wizard.  

This week, I’m going to show you 20 of my favorite Excel shortcuts that will be sure to impress your boss, your coworkers, your mom, and anyone who happens to wander by your computer while you are doing Excel wizardry.

Formulas that make math a snap.

Description Formula
Adds up all selected cells =SUM( [range] )
Averages all selected cells =AVERAGE( [range] )

 

08_HarryPotter_Gif1

Formulas that count it all up.

Description Formula
Counts how many cells contain numbers =COUNT( [range] )
Counts how many cells are not blank (including cells containing numbers and cells containing letters) =COUNTA( [range] )

08_HarryPotter_Gif2

Formulas that only work if you want them to.

Description Formula
Checks to see if a cell meets criteria; if yes, does one thing; if no, does a different thing. =IF( [logical test], [value if true], [value if false] )
Sums only cells that meet a certain criteria. =SUMIF( [range], [criteria], [range to sum] )
Averages only cells that meet a certain criteria. =AVERAGEIF( [range], [criteria], [range to average] )
Counts only cells that meet a certain criteria. =COUNTIF( [range], [criteria] )

 

08_HarryPotter_Gif3

08_HarryPotter_Gif4

Formulas that keep your characters in line.

Description Formula
Takes only the characters the designated amount when moving from the left =LEFT( [cell], [number of characters] )
Takes only the characters the designated amount when moving from the right =RIGHT( [cell], [number of characters] )
Takes only the characters from the designated character moving from the left =MID( [cell], [character start number], [number of characters] )
Removes any extra spaces before or after a set of text =TRIM( [cell] )
Counts the number of characters in a cell =LEN( [cell] )

08_HarryPotter_Gif5

Formulas that help with text.

Description Formula
Puts all text characters in uppercase =UPPER( [cell] )
Puts the first text character of each word in uppercase and all subsequent text characters in lowercase =PROPER( [cell] )
Puts all text characters in lowercase =LOWER( [cell] )

08_HarryPotter_Gif6

Formulas that are just cool.

Description Formula
Combines the text in designated cells and/or any specified cells in a single cell =CONCATENATE( [cell], “text”, etc. )
Compares two cells together to see if they match =EXACT( [cell 1], [cell 2] )
Checks a cell to see if it’s blank =ISBLANK( [cell] )
Inserts the current date =TODAY()

08_HarryPotter_Gif7

08_HarryPotter_Gif8

Which formula was your favorite?  Did we miss any good ones?  Let us know in the comments below!

2 thoughts on “20 Excel Formulas That Are Basically Magic

Leave a comment