Good day,
I would like to create a formula that automatically updates a subset of a list as items are added or removed from the main source. On the main data worksheet, I input loan information for all loans. For the subset, I would like a dynamic list that automatically pulls loans that meet certain criteria. In this example, I want to pull all loans that are 30 year mortgages. I have the current formula:
=INDEX(OFFSET(INDIRECT(ADDRESS(MATCH(B25,'Pending Loans'!A:A,0),1)),1,0):!A1000,MATCH(K24,OFFSET(INDIRECT(ADDRESS(MATCH(B25,'Pending Loans'!A:A,0),1)),1,4):E1000,0))
Ultimately, this is an index-match formula. The index-offset-indirect- address formulas are the dynamic part. Since there are multiple 30 year mortgages, a simple index match formula would only pull the first loan number. The offset references the previous loan number pulled and changes the array to index-match starting at the cell below.
The issue is that this formula is on tab "30 year fixed", referencing tab "Pending Loans". In testing the formula, everything works fine if all the info is on the same page. However, while installing the formula on the "30 year fixed" tab, the respective "A1000" and "E1000" references look on the incorrect tab. I would like help on how to get these two parts of the formula to reference the appropriate tab. Placing 'Pending Loans'! in front doesn't seem to work
I cannot post examples or screenshots because of sensitive information.
Bookmarks