Skip to main content
ExcelHowto
Tutorials
Getting Started with Excel
Formulas and Functions
Charts and Graphs
Tips & Tricks
Troubleshooting
How To
Data Analysis
Programming with VBA
Functions
Excel Functions
Compatibility functions
Cube Functions
Database Functions
Date and Time Functions
Engineering Functions
Financial Functions
Information Functions
Logical Functions
Lookup and Reference Functions
Math and Trigonometry Functions
Statistical Functions
Text Functions
User Defined Functions
Web Functions
Books
Macros
Shortcuts
HYPERLINK function
Description HYPERLINK function Creates a shortcut or jump that opens a document stored on the Internet. When you click the cell that […]
11 years ago
Excel VBA: Change Calculation Mode To Manual
Sub WorkbookCalculationManual() With Application 'Workbook calculation settings .Calculation = xlCalculationManual 'Change calculation mode to manual '.CalculateBeforeSave = True 'Recalculate workbook before saving, […]
11 years ago
How To Count Unique Values In Excel Using Formula
Sometimes you may want to count unique values exist in a range that contains duplicate values. You can count the number of […]
11 years ago
How To Find The First Number In A Text String Use Excel Formula
Sometimes you may want to find the first number in a text string, and deal with the numbers. In this Case, we […]
11 years ago
How To Select Cells In Excel
You may want to select multiple cells, ranges, rows, or columns in a worksheet in order to format the data in the selection, or to […]
11 years ago
Complete List of Excel 2010 Keyboard Shortcuts
Note: The complete list of Excel 2010 keyboard shortcuts are for U.S. keyboard layout and Windows Operation system. Click Here to download […]
11 years ago
How To Get Last Value in a Column Use Excel Formula
Sometimes you may want to get last value of a Column or a Row with Excel Formula, Here is an example for […]
11 years ago
How To Use Excel Solver
What is Excel Solver Excel Solver is a what-if analysis tool for optimization in Microsoft Office Excel. It is an add-in with […]
11 years ago
Page navigation
Page 13 of 16
«
First
‹
Previous
Page
11
Page
12
Current Page
13
Page
14
Page
15
Next
›
Last
»