Microsoft Office Excel

Items relating to Microsoft Office Excel.

Excel - Create Named Ranges from Column Headers

If you've ever wanted to create a series of named ranges from column headers, the following contains code that you'll need to add to the VB Editor in Excel (CTRL+F11):

Excel - Find and Manage Named Ranges

Once you've created and defined named ranges in your Excel spreadsheet, use the Name Manager to find and manage your named ranges.

Excel - Show Formulas

How to show formulas in Excel instead of the actual formula results.

Excel - Get Formula for a Cell

In Excel, if you're looking to see the function for a particular cell and not all cells, you can use the following:

Create this function in VB (accessible through CTRL + F11)

Excel - Concatenate Numeric Text Format

Use the following to force Excel to handle your numeric items as you want them to be handled instead of having Excel decide how to handle the conversion of numeric items to text:

Excel - Access Named Range in a Function

Once you've created named ranges in Excel you may want to access cells within the named range...

Syndicate content