Insert new worksheet

About This Shortcut This shortcut inserts a new worksheet (tab) into the active workbook. The new sheet is inserted to theleftof the currently selected sheet. Related videos The videos below demonstrate this shortcut. Shortcuts to navigate workbooks How to insert and delete worksheets

April 14, 2025 · 1 min · 43 words · Rachel Young

Insert or edit note

If a note already exists in the active cell, this shortcut will bring up the note. Related videos The videos below demonstrate this shortcut. Shortcuts for editing cells

April 14, 2025 · 1 min · 28 words · Maria Pope

Insert rows

About This Shortcut This shortcut will insert rows as long as at least one row is selected. If you use the shortcut without a row selected, you’ll see the Insert Cells dialog box displayed. Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 42 words · Jordan Schneider

Insert table

About This Shortcut This shortcut converts a range to an Excel Table. To use this shortcut, first grab the range of data you want to convert. Related videos The videos below demonstrate this shortcut.

April 14, 2025 · 1 min · 34 words · Zachary Boyle MD

Insert threaded comment

If a comment already exists in the cell, the comment box will open.

April 14, 2025 · 1 min · 13 words · Stephanie Mccarthy

INT Function

One consequence of this behavior is that negative numbers becomemore negative. For example, while INT(10.8) returns 10, INT(-10.8) returns -11. To return an integer by truncating decimals, see theTRUNC function. The INT function takes just one argument,number, which should be a numeric value. INT returns a #VALUE! error ifnumberis not a numeric value. Ifnumberis already a whole number, INT has no effect. However, TRUNC simply truncates a number, while INT actually rounds a number down to an integer....

April 14, 2025 · 2 min · 260 words · Douglas Williams

INTERCEPT Function

The intercept point is based on a regression line plotted with known x and y values. A regression line is a line that best fits that known data points. The INTERCEPT function takes twoarguments,known_ysandknown_xs, which should be arangeorarrayof numeric values. Theknown_ysrepresent dependent values andknown_xsrepresent independent values. Both arguments must contain the same number values, or INTERCEPT will return #N/A. A regression line is a “best fit” line based on known data points....

April 14, 2025 · 1 min · 85 words · Michael Bautista

INTRATE Function

A fully invested security does not pay periodic interest before maturity. The interest income is the difference between the redemption value of the security and the original investment. The settlement date is 6-Jul-2017 and the maturity date is 15-Jan-2020. There are no periodic interest payments, and the day count basis is US (NASD) 30/360. Entering dates In Excel,dates are serial numbers. To enter valid dates directly inside a function, you’ve got the option to use theDATE function....

April 14, 2025 · 1 min · 101 words · Michael Andrews

Intro to Boolean Logic

Boolean logic is a great tool for simplifying formulas, especially those with many IF statements. So, to start off, what’s a Boolean? A Boolean is a data key in with only two possible values, TRUE or FALSE. You’ll often see Boolean results or Boolean expressions in Excel. This is a Boolean expressionor logical statementthat returns either TRUE or FALSE. If I copy the formula down, we’ll get a Boolean result for every number in the list....

April 14, 2025 · 1 min · 206 words · David Bryant

Introducing Excel shortcuts

Abstract Transcript Hi, Dave here from Exceljet! Welcome to our course on Excel shortcuts. You’ve made a great decision to learn more shortcuts. Excel shortcuts are extremely powerful and they can really upgrade your skills in Excel. Shortcuts allow you to work faster and more accurately in Excel 2. Shortcuts really save you sanity you have to do a lot of tedious, repetitive work 3. Shortcuts allow you to focus on the work, and not on Excel’s complicated interface....

April 14, 2025 · 2 min · 220 words · Grace Cook

Introduction to Booleans

Abstract Transcript In this video, well introduce the idea of boolean values in Excel. A boolean is a data bang out with only two possible values. In Excel, these are the logical values TRUE and FALSE. Youll notice that Excel treats TRUE and FALSE in a special way. If I key in the word true in lowercase, Excel automatically capitalizes it. The same thing happens if I pop in false....

April 14, 2025 · 2 min · 265 words · Jeffrey Shea

Introduction to structured references

Abstract Transcript In this video, I’ll give a brief introduction to structured references. Structured references are optional, and can be used with formulas both inside or outside an Excel table. Let’s take a look at some examples. I’ll convert this data to anExcel Table,and name the table “states”. Now let’s build some formulas that refer to the table. I’ll start with ROW and COLUMN counts. These functions require only a range of cells....

April 14, 2025 · 2 min · 253 words · Rachel Henson

Introduction to table styles

Abstract Transcript In this video, we’ll introduce table styles. Table styles are a big part of formatting tables in Excel. In fact, Excel ships with over 50 built-in styles. Table styles apply a lot of formatting, but not all formatting. However, you’re free to’t use table styles to applynumber formatting,alignment, orconditional formatting. Every table has a style applied by default. The applied style will be highlighted in the table styles window....

April 14, 2025 · 1 min · 127 words · Leslie Logan