PCWorld

Excel’s top 12 most popular formulas with examples

Excel has over 475 formulas in its Functions Library, from simple mathematics to very complex statistical, logical, and engineering tasks such as IF statements (one of our perennial favorite stories); AND, OR, NOT functions; and COUNT, AVERAGE, and MIN/MAX.

The basic functions covered below are the top 12 most popular formulas in Excel. To help you learn, we’ve also provided a spreadsheet with all the formula examples we cover here. It can be downloaded here.

1. TODAY/NOW

There are 24 Date And Time functions listed on the drop-down menu under Formulas > Date & Time: 11 Date formats, 10 Time formats, and as many user-defined custom formats as you can create. The TODAY function reveals the current month, day, and year; while the NOW function reveals the current month, day, year, and time of day. This is a handy function if you always forget to date your work.

1: Enter the following formula in cell A1: =TODAY() and press Enter.

2: Next, type over that function in A1 with =NOW().

IMPORTANT NOTE: Why type over? In order for these two formulas to work properly, they must be entered in the Home cell, that is, A1, otherwise, they won’t update automatically when the spreadsheet recalculates. Press Shift-F9 to calculate/recalculate the active spreadsheet only, or press F9 for the entire workbook.

After you enter one of these functions in A1, you can then reformat the Date and Time or use the system default. The default format for the TODAY function is 8/29/18, and the default for NOW is 8/29/18 21:57. If these don’t work for you, change them.

3: Position your cursor on the Date or Time you want changed and choose Home > Format > Format Cells.

4: In the Format Cells dialog window, choose Date (or Time) from the Category panel under the Number tab.

5: Scroll through the list of Date/Time formats in the Type dialog pane and select the format that best fits your project.

2. SUM FUNCTIONS

Probably the most

You’re reading a preview, subscribe to read more.

More from PCWorld

PCWorld2 min read
RIP Microsoft WordPad, a PC mainstay since Windows 95
WordPad, a Windows rich-editing app that has been a mainstay of the platform since Windows 95, is on its way out. Microsoft has marked it for deprecation, a death knell that signals that it will be removed in a future version. BleepingComputer first
PCWorld2 min read
Nvidia’s GeForce RTX 3050 6GB Might Be The New Budget GPU King
Graphics cards are too expensive. I don’t think anyone would seriously disagree with me there—to get the same level of performance relative to where the industry was ten years ago, you’re looking at $100 to $300 more for a GPU. Options are particular
PCWorld10 min read
Raspberry Pi 5: A Huge Upgrade For The Tiny Single-board Computer
The Raspberry Pi dominated the maker scene for a decade. Supply chain problems then brought the high flying to an end. With the Raspberry Pi 5, the Raspberry Pi Foundation is now attempting to break free. The new Raspberry Pi 5 model is two to three

Related