The relevant part of the array formula I'm working with (this is only half of it; the other half works fine)
=IFERROR(IF(B5=0, "", IFERROR(INDEX('.14a - JPM - Coll Plgd Stmts'!AW:AW+'.14a - JPM - Coll Plgd Stmts'!AV:AV+'.14a - JPM - Coll Plgd Stmts'!AD:AD, SMALL(IF('.14a - JPM - Coll Plgd Stmts'!C:C="Collateral / Credit Support Provided By JPMCB", ROW('.14a - JPM - Coll Plgd Stmts'!C:C)), ROWS('.14 - JPM - Collateral Pledged'!B$5:B5))), ""))*1, " ")
Here's the issue:
The spooled statement contains the phrase "Collateral / Credit Support Provided By JPMCB" twice for each account, in the same column. The first time, it is mixed case; the second time, it is in all caps.
I want to have the formula return the values when the "Collateral / Credit Support Provided By JPMCB" phrase is mixed case, but not when it is in all caps.
I believe I should be inserting an EXACT command in there somewhere, but I'm not really sure of the syntax.
Bookmarks