Indirect function - used to avoid ref error
When we deleted a data in cell or range of cells, then we the formula linked with that cells will shows the error which is called reference error (#REF!).
Through this trick we can avoid those errors -
Please use the formula =Indirect (ref_text)
Just type the cell reference of particular cell in double quotations
Examples: = Indirect(“A2”)
Comments
Post a Comment