Saturday, October 5

INDIRECT Function In Excel

INDIRECT function is used in Excel to change over a content string into a legitimate range reference. For example: if you want to find the value of cell A2 then simply use =INDIRECT(“a2”) or if you have a reference in any cell as we have here in F column simply select that and it will give you the value available in that reference. Clarification: the equation above lessens to =SUM(INDIRECT(“a2:c2”)). The INDIRECT function add the value of both cells and the content string “a2:c2” converts to a legitimate range reference

Leave a Reply

Your email address will not be published. Required fields are marked *