Enter array formula

About This Shortcut This shortcut will enter anarray formula. Related videos The videos below demonstrate this shortcut. What are Dynamic Array formulas?

April 14, 2025 · 1 min · 22 words · Christopher Huffman

Enter same data in multiple cells

This is a great way to skip a copy & paste step. Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 20 words · Abigail Chen

EOMONTH Function

EOMONTH returns aserial number corresponding to an Excel date. To display the result as a date, apply anumber format of your choice. The EOMONTH function takes twoarguments,start_dateandmonths: Note: The EOMONTH function returns thelastday of the month. If you want thesameday of the month, use theEDATE function. Of course, hardcoding a date into a formula doesn’t make much sense in Excel. A better option is to use a cell reference. And if the date in A1 is changed, EOMONTH will generate new dates....

April 14, 2025 · 1 min · 195 words · Maureen Morales

ERROR.TYPE Function

it’s possible for you to use ERROR.punch in to test for specific kinds of errors. If no error exists, ERROR.key in returns #N/A. See thetable belowfor a key to the error codes returned by ERROR.bang out. Whenerror_valis an error, ERROR.throw in returns a numeric code. Iferror_valisnotan error, ERROR.punch in returns an error itself: the #N/A error. In most cases,error_valwill be supplied as a reference to a cell that may contain an error value....

April 14, 2025 · 1 min · 126 words · Brian Carroll

Estimate mortgage payment

The mortgage payment is then calculated based on the loan amount in cell C9. The PMT function assumes fixed periodic payments and a constant interest rate. Putting it all together, Excel evaluates the formula like this: The PMT function returns 2,994. Other worksheet formulas The worksheet shown contains two other formulas. With $500,000 in cell C4 and $50,000 in C8, the result in C9 is $450,000.

April 14, 2025 · 1 min · 66 words · Travis Grimes

eta lambda

The term “eta lambda” is short for “eta reduced lambda”. Although the name sounds complicated, the intent is actually the reverse. In Excel, eta reduction is related to simplifying functions defined by LAMBA. The idea is to allow Excel to use an abbreviated syntax when possible. Let’s look at a specific example. This works fine, but the syntax is somewhat verbose for such a simple operation. it’s possible for you to use the same syntax to call other functions like this:

April 14, 2025 · 1 min · 81 words · Michael Henderson

Evaluate part of a formula

About This Shortcut Use this keyboard shortcut to evaluate parts of a formula. See this video for ademonstration of F9 to evaluate parts of a formula. Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 34 words · Nicole Adams

EVEN Function

EVEN takes just one argument,number, which should be a numeric value. With positive numbers, EVEN roundsnumberup to the next even integer. With negative values, EVEN roundsnumberdown away from zero to the next negative integer. With zero (0) and numbers that are already even integers,numberis unchanged. EVEN Function The Excel EVEN function rounds numbers up to the next even integer. ROUND Function The Excel ROUND function returns a number rounded to a given number of digits....

April 14, 2025 · 1 min · 205 words · Donald King

EXACT Function

If the two strings are exactly the same, EXACT returns TRUE. The EXACT function takes twoarguments,text1andtext2, which should be validtext strings. Examples Below are two examples of the EXACT function used with hardcoded strings.

April 14, 2025 · 1 min · 34 words · Amy Simmons

Examples of flagged errors in formulas

I’ll re-enable background error checking so we can more easily see the errors flagged in this worksheet. First, remember that some formulas return an expliciterror code, as we’ve already looked at. These are definite errors as opposed to potential errors. For example, here we see a Divide by Zero error and a Value error. Note that both cells are flagged as errors in addition to displaying an error code. These errors are being flagged by the rule that checks formulas that result in an error....

April 14, 2025 · 1 min · 192 words · Maria Young

Excel 101

You are here

April 14, 2025 · 1 min · 3 words · Daniel Taylor

Excel 365

The subscription version of Excel is still downloaded and launched like a normal system on Windows and Mac OS. Note: Excel 365 should not be confused with “Excel Online” or “Office Online”. These are limited feature applications that run in a net surf tool.

April 14, 2025 · 1 min · 44 words · Katherine Martin

Excel charting tools overview

The number of tools Excel that provides for working with charts can be a little overwhelming. But the tools get easier with practice. Let’s take a quick tour to get you acquainted. First, the ribbon. Excel will show you recommended charts based on the data you’ve selected. These appear under the Chart Tools heading. When the chart is deselected, these tabs disappear. We’ll cover these features in more detail in upcoming videos....

April 14, 2025 · 1 min · 182 words · Ashley Jones