Nested IF with INDEX/MATCH across multiple sheets to find latest value

Amadalia

New Member
Joined
Apr 24, 2018
Messages
1
Situation:
I have a spreadsheet I use to track tenants and payments, balance due, etc. Each month (12 sheets) a balance due column is figured based on charges and payments for that month plus the balance carryover from the previous month (if any). Each row is by address, but tenants change. When a tenant changes, the balance due formula recognizes the change and does not include the prior month so as to have an accurate balance due by tenant and not property.

What I'm trying to do:
I have a tenant page that lists all tenants throughout the year. I would like to be able to pull in their balance due based on a last name, street number match.

Problem:
I need to create a nested IF/THEN INDEX/MATCH function that will look at the "Move Out" cell on my 'Tenant' sheet to get the sheet reference name, go to the sheet and find the tenant's balance due (based on the last name and street number matches) and return it to the cell.

Example:
Tenant Sheet - Column A is last name, Column C is Street Number, Column J is Balance Due, Column N is Move Out Month (also sheet name)
Monthly Sheets - Column A is Street Number, Column G is Last Name, Column R is Balance Due.

I used the INDIRECT command to bring in the sheet name reference from the cell, but I'm stumped as to how to bring in the INDEX/MATCH portion properly and if I even need to use the IF statements.

Help?

Thanks for reading!!!!
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,215,584
Messages
6,125,673
Members
449,248
Latest member
wayneho98

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top