help if match index

xtremeusta

New Member
Joined
Oct 9, 2022
Messages
14
Office Version
  1. 365
Platform
  1. MacOS
can someone help me understand why this is returning false:

if use type = use type, if (cell = yes, then if year 1 is less than or equal to year 6 then index(refinance mortgage balance,match year), if cell = yes, if year 6 is > year 1 then index(mortgage balance, match year), if cell = no, then index(original original mortgage balance, match year)

=IF($C$22=$ER$21,IF($S$4="yes",IF($S$7<=ES20,INDEX('Assumption Amortization Refinan'!$K:$K,MATCH(ES20,'Assumption Amortization Refinan'!$G:$G,0)),IF($C$22=$ER$21,IF($S$4="yes",IF($S$7>ES20,INDEX('Assumption 1 Amortization'!$J:$J,MATCH(ES20,'Assumption 1 Amortization'!$F:$F,0))))))),IF($S$4="no",INDEX('Assumption 1 Amortization'!$J:$J,MATCH(ES20,'Assumption 1 Amortization'!$F:$F,0))))
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: help with if match index giving false
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,213,560
Messages
6,114,309
Members
448,564
Latest member
ED38

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