How to Use Excel's Indirect Function

By eHow Computers Editor

Rate: (0 Ratings)

The Microsoft spreadsheet Excel is popular in a lot of US offices. One great feature of Excel is the range of functions that the program includes. Excel's Indirect function is a high-performing function that allows users to embed cell references for much greater flexibility.

Instructions

Difficulty: Challenging

Step1
Open your worksheet and find the cells that you want to add value to with Indirect functions.
Step2
Access the "function text box" for a specific cell. In some Excel programs, the text box is visible at the top of the page. If not, you'll have to go to the menu, select "Insert" and then "Function."
Step3
Utilize the function INDIRECT the same way as other functions for a direct cell reference. If you want the content of cell B6 to echo the content of cell C5, your command for B6 in the function text box will look like this: INDIRECT(C5)
Step4
Use INDIRECT nested in brackets for in-depth cell referencing. For example, to use INDIRECT to make versatile values within a SUM function, you would use SUM on the "outside" and INDIRECT nested in parentheses, for a command like this: SUM (INDIRECT (A1, A2)).
Step5
Pass parameters to an INDIRECT statement for "on the fly" cell changes. This step gets a little complicated. The thing to remember is that when you are passing values into an INDIRECT statement, you use ampersands to turn strings into references. Here's how it works: if you want B1 and B2 to contain the cell values for one of the A row cells, you put those into the B1 and B2 cells. Then, you create a statement like this: INDIRECT ("A"&B1&":A"&B2). If this seems totally unclear, look at it carefully. In this case, INDIRECT is working like a computer programming function. The Excel function will "see" the combination of text in quotations and cell references and interpret it to pass the cell you're building the values of the A row cells you selected and put into B1 and B2.

Tips & Warnings

  • Take advantage of Excel's accessible cell function command system to work with cells to see how you can use INDIRECT in different ways. Like other coding, this can be a trial and error process, where you end up learning a lot about your own cognitive process and how to break down complex problems.

Post a Comment

POST A COMMENT

Request a New How-To Article

Looking for more How To information? Chances are there’s an eHow member who knows how to do what you’re looking to do. Submit an article request now!

eHow Article: How to Use Excel's Indirect Function

eHow Computers Editor

eHow Computers Editor

Category: Computers

Articles: See my other articles

Related Ads