Dynamic workbook reference

you might catch this error with theIFERROR functionand display a custom result if you like. INDIRECT is useful when you want to assemble a text value that can be used as a valid reference.

April 14, 2025 · 1 min · 34 words · Chad Peterson

Dynamic worksheet reference

Explanation The INDIRECT function tries to evaluate text as a worksheet reference. INDIRECT is useful when you want to assemble a text value that can be used as a valid reference.

April 14, 2025 · 1 min · 31 words · Randy Flowers

Easy bundle pricing with SUMPRODUCT

Explanation TheSUMPRODUCT functionmultiplies ranges or arrays together and returns the sum of products. This sounds boring, but SUMPRODUCT is an elegant and versatile function, which this example illustrates nicely. In this example, SUMPRODUCT is configured with twoarrays. Effectively, the second array acts as a filter for the values in the first array.

April 14, 2025 · 1 min · 52 words · Kathleen Weaver

EDATE Function

EDATE returns aserial number corresponding to a date. To display the result as a date, apply anumber format of your choice. The EDATE function takes twoarguments,start_dateandmonths: Note: The EDATE function returns thesameday of the month. If you want to get thelastday of a month, use theEOMONTH function. We can do this with the following formulas: The first formula does not change the date sincemonthsis zero. In all cases, EDATE returns the 1st of the month since the start date is also the 1st....

April 14, 2025 · 2 min · 224 words · Daniel Delgado

Edit the active cell

If you want the cursor to move to theformula bar, see below. “Point” and “Enter” work similarly and allow you to point to a cell. “Edit” mode simply moves the cursor in the formula text. Want to edit directly in the formula bar?

April 14, 2025 · 1 min · 43 words · Sharon Griffin

EFFECT Function

Nominal interest rate is the stated rate on the financial product. Effective annual interest rate is the interest rate actually earned due to compounding. The effective rate is the actual rate due to compounding. The nominal rate is typically the stated rate.

April 14, 2025 · 1 min · 42 words · Michelle Riley

Effective annual interest rate

Explanation The Effective Annual Rate (EAR) is the interest rate after factoring in compounding. The EFFECT function returns the calculated EAR for each of the given periods. This formula is used to check the results from EFFECT. Effective annual interest rate is the interest rate actually earned due to compounding. RRI Function The Excel RRI function returns an equivalent interest rate for the growth of an investment. it’s possible for you to use RRI to calculate Compound Annual Growth Rate (CAGR) in Excel....

April 14, 2025 · 1 min · 83 words · Anthony Deleon

Empty string

When working with Excel formulas, a common term is “empty string”. A text string is atext valuelike “apple”. An empty string is a text value that has no value. If the value is greater than 10, the formula returns “x” as text. Otherwise, IF returns an empty string (""). When an empty string is the result of a formula, it looks like the cell is blank. So, empty strings are commonly used to return a value that looks like nothing....

April 14, 2025 · 1 min · 123 words · William Newton

ENCODEURL Function

Some characters cannot be part of a URL and are “reserved”. Only characters that are reserved are encoded by ENCODEURL; other characters are left untouched. Example To use ENCODEURL, supply text or a cell reference that contains text. In the example below, ENCODEURL is used to encode the text “Hello World!” Reserved characters The table below shows a list of reserved characters and their url-encoded equivalent. Related functions WEBSERVICE Function The Excel WEBSERVICE function returns data from a web service....

April 14, 2025 · 1 min · 110 words · Karen Warren

Enter and move down

Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 8 words · Jose James

Enter and move left

About This Shortcut This shortcut is an alternative to pressing enter/return when entering data. It’s useful when the next value you want to enter is to the left. Related videos The videos below demonstrate this shortcut. Excel Table Options Shortcuts to enter data

April 14, 2025 · 1 min · 43 words · Jennifer Gallegos

Enter and move right

About This Shortcut This shortcut is an alternative to pressing enter/return when entering data. It’s useful when the next value you want to enter is to the right. Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 36 words · Deborah Lewis

Enter and move up

About This Shortcut This shortcut is an alternative to pressing enter/return when entering data. It’s useful when the next value you want to enter is above. Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 34 words · Mr. Eric Snyder