Keyboard Shortcuts in Excel
Keyboard shortcuts in Excel allow you to do things with your keyboard instead of your mouse to increase your speed.
Learn how to use Excel like a pro with easy-to-follow tutorials and tips — spreadsheets, charts, pivot tables, and macros.
Keyboard shortcuts in Excel allow you to do things with your keyboard instead of your mouse to increase your speed.
Sometimes it can be useful to hide columns or rows in Excel. Learn how to hide a column unhide all columns hide cells and much more.
This chapter teaches you how to declare initialize and display a variable in Excel VBA. Letting Excel VBA know you are using a variable is called declaring a variable. Initializing simply means assigning a beginning (initial) value to a variable.
This examples shows two ways to compare text strings in Excel. One is case-sensitive and one is case-insensitive.
To sum the largest numbers in an Excel range create an array formula or simply combine the SUMIF function with the LARGE function.
The square root of a number is a value that when multiplied by itself gives the number. The SQRT function in Excel returns the square root of a number.
Below we will look at a program in Excel VBA which creates a Userform that contains multiple pages. This userform also contains images.
This section illustrates the powerful features Excel has to offer to analyze data. Learn all about conditional formatting charts pivot tables and much more.
There's no SUBTRACT function in Excel. However there are many ways to subtract numbers in Excel. Are you ready to improve your Excel skills?
To find unique values in Excel use the Advanced Filter to extract unique values or filter for unique values. If you have Excel 365 or Excel 2021 use the magic UNIQUE function.
When creating Userforms in Excel VBA you can use the Controls collection to easily loop through controls and set a property of each control to a specific value.
This section explains the basics of Excel. It is good to know the basic terminology explained in this section before you start using Excel.
Save your Excel files to your OneDrive location and access your files from any computer or share them with other people.
A simple chart in Excel can say more than a sheet full of numbers. As you'll see creating charts is very easy.
To insert a check mark symbol in Excel simply press SHIFT + P and use the Wingdings 2 font. You can also insert a checkbox in Excel.
It's easy to create all sorts of sequences in Excel. For example the Fibonacci sequence.
This page describes how to compare two lists in Excel using conditional formatting and COUNTIF. For example let's compare two lists of NFL teams.
Use MROUND in Excel to round a time to the nearest 15 minutes the nearest 30 minutes the nearest hour etc.
Use the solver in Excel to find the number of units to ship from each factory to each customer that minimizes the total cost.
Create a BMI calculator in Excel and find out if you are a healthy weight. Body mass index (BMI) is a measure of body fat based on weight and height that applies to adult men and women.
Use the WorksheetFunction property in Excel VBA to access the VLOOKUP function. All you need is a single code line.
Below we will look at a program in Excel VBA that sets the background color of tasks that are on schedule to green and sets the background color of tasks that are behind schedule to red.
Excel stores and calculates floating point numbers. Sometimes the result of a formula is a very close approximation.
This chapter teaches you how to create an Excel VBA Userform. The Userform we are going to create looks as follows: