COUNTIFS with variable table column

Note: INDIRECT is avolatile functionand can cause performance problems in larger or more complicated workbooks. you’re able to use INDEX to retrieve individual values, or entire rows and columns. MATCH supports approximate and exact matching, andwildcards(* ?) INDIRECT is useful when you want to assemble a text value that can be used as a valid reference.

April 14, 2025 · 1 min · 56 words · Ann Lloyd

COUPDAYBS Function

The coupons were presented to the bond issuer by the bondholder to collect periodic interest payments. The settlement date is the date the investor takes possession of a security. Thematuritydate is the date when the investment ends and the principle plus accrued interest is returned to the investor. Thefrequencyis the number of interest payments per year.Basisspecifies the method used to count days (see below). Entering dates In Excel,dates are serial numbers....

April 14, 2025 · 1 min · 123 words · Javier Webster

COUPDAYS Function

The coupons were presented to the bond issuer to make it collect periodic interest payments. The COUPDAYS function returns the number of days in a coupon period that includes the settlement date. The settlement date is the date the investor takes possession of a security. Thefrequencyis the number of interest payments per year. Entering dates In Excel,dates are serial numbers. To enter valid dates directly, you’ve got the option to use theDATE function....

April 14, 2025 · 1 min · 114 words · Donald Morrison

COUPDAYSNC Function

The coupons were presented to the bond issuer by the bondholder to collect periodic interest payments. The Excel COUPDAYSNC function returns the number of days from the settlement date to the next coupon date. Thesettlement date is the date the investor takes possession of a security. Thefrequencyis the number of interest payments per year.Basisspecifies the method used to count days (see below). Entering dates In Excel,dates are serial numbers. To enter valid dates directly, you’re able to use theDATE function....

April 14, 2025 · 1 min · 121 words · Stephanie Green

COUPNCD Function

The coupons were presented to the bond issuer by the bondholder to collect periodic interest payments. The Excel COUPNCD function returns the next coupon date after the settlement date. The settlement date is the date the investor takes possession of a security. Thefrequencyis the number of interest payments per year.Basisspecifies the method used to count days (see below). Entering dates In Excel,dates are serial numbers. To enter valid dates directly, you’re free to use theDATE function....

April 14, 2025 · 1 min · 117 words · Amanda Travis

COUPNUM Function

The coupons were presented to the bond issuer by the bondholder to collect periodic interest payments. The settlement date is the date the investor takes possession of a security. Thefrequencyis the number of interest payments per year.Basisspecifies the method used to count days (see below). To enter valid dates directly, you might use theDATE function. Basis Thebasisargument controls how days are counted. The COUPNUM function allows 5 options (0-4) and defaults to zero, which specifies US 30/360basis....

April 14, 2025 · 1 min · 96 words · Taylor Cruz

COUPPCD Function

The coupons were presented to the bond issuer by the bondholder to collect periodic interest payments. The Excel COUPPCD function returns the previous coupon date before the settlement date. The settlement date is the date the investor takes possession of a security. Thefrequencyis the number of interest payments per year.Basisspecifies the method used to count days (see below). To enter valid dates directly, it’s possible for you to use theDATE function....

April 14, 2025 · 1 min · 112 words · Abigail Carter

Course completion status summary

Explanation The table in B3:D11 is a log that shows courses completed by various people. Note names and courses match entries in the data log exactly. The core of the formula is the COUNTIFS function, which is configured with 2 range/criteria pairs. When a name and course is found, COUNTIFS returns the number 1. When a name and course is not found, COUNTIFS returns zero. We catch these results with the IF function, where COUNTIFS appears as the logical test....

April 14, 2025 · 1 min · 88 words · Todd Bonilla

Course completion summary with criteria

Explanation Note: there are many ways to summarize data with COUNTIFS, SUMIFS, etc. This example shows one specific and arbitrary way. The summary table in H3:K5 summarizes course completion by group instead of user. In this example, group represents the additional criteria. COUNTIF can be used to count cells that…

April 14, 2025 · 1 min · 50 words · Jennifer Pitts

Create a dynamic reference to a named range

Let’s take a look. Here we have a simple table that summarizes sales by salesperson over a four-month period. First, let’s set up a few formulas to get the basics working. To do this, I’ll use theCOUNT,SUM, andAVERAGEfunctions. To start off, I’m going to hardcode the range for January, which is C6:C10. That’s where the INDIRECT function comes in. The result is that INDIRECT evaluates the text in C13 and returns a reference to the actual range....

April 14, 2025 · 1 min · 161 words · Cameron Buck

Create a dynamic reference to a worksheet

Sometimes you want to reference a worksheet dynamically in a formula, so it can be easily changed. In this workbook we have five weeks of test scores, each in the same format. We’ll take this one step at a time. First, let’s just add the formulas we need and hardcode a reference to a single worksheet. That way, we can see the syntax we’ll need. That’s the syntax we need to use....

April 14, 2025 · 1 min · 207 words · Dr. Sarah Becker

Create array of numbers

The method explained below will work in previous versions. The core of this formula is a string that represents rows. Because INDIRECT works with a reference constructed with text, it isn’t affected by changes on the worksheet. However, you could apply math operations to the array created by ROW. INDIRECT is useful when you want to assemble a text value that can be used as a valid reference. ROW Function The Excel ROW function returns the row number for a reference....

April 14, 2025 · 1 min · 112 words · Ariel Williams

Create chart in new worksheet

This is a very good way to quickly visualize data to check for patterns, outliers, or inconsistencies. Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 25 words · Belinda Ferguson