Presentation on Offset & Indirect Functions of Excel
RevanthKumarMatta
57 views
3 slides
Jun 23, 2024
Slide 1 of 3
1
2
3
About This Presentation
A small and simple presentation on offset and indirect function in excel.
Size: 129.89 KB
Language: en
Added: Jun 23, 2024
Slides: 3 pages
Slide Content
Technical Presentation 1 Revanth Kumar Matta Offset Function Indirect Function Topics
Offset Function With v-lookup & index functions we will get the result for only 1-cell; However, if we want answer for multiple cells or a range, then we can use offset function. Offset Formula: =OFFSET(reference, rows, columns,[height],[width]) Example: If we want the total the total of Q3 or total of sales for West Region, we can find them by using the above formula along with sum function. Limitation : This is a volatile formula, if there are multiple offset functions entered in a file then the file performance will be slower as it will calculate the formula for every action on the file. Revanth Kumar Matta
Indirect Function If we are having a set of data/range, then we can use the indirect function to create a list of that data. Formula for dependent cell: =Indirect( reference_cell ) Example: List(Header) Dependent List(depends on the 1 st list) Steps for dependent list: Make a name range of the relevant data. Create a list using the data source Create a dependent dropdown/list based on first list using indirect function. Revanth Kumar Matta