B
Belinda7237
I want to bridge info from one workbook to a new workbook with a formula in
column V. but i have two criteria instead of one to consider the match before
bringing over.
column J column I column U
0000557811 357 data to bridge over
Here is my existing formula but it only considers column J and i need both J
and I actually be considered a match
=IF(ISNA(MATCH(J1,'[Bundled Report 07-08.xls]CAU – Maturing
Loans'!$J:$J,0)),"",INDEX('[Bundled Report 07-08.xls]CAU – Maturing
Loans'!$U:$U,MATCH(J1,'[Bundled Report 07-08.xls]CAU – Maturing
Loans'!$J:$J,0),1,0))
column V. but i have two criteria instead of one to consider the match before
bringing over.
column J column I column U
0000557811 357 data to bridge over
Here is my existing formula but it only considers column J and i need both J
and I actually be considered a match
=IF(ISNA(MATCH(J1,'[Bundled Report 07-08.xls]CAU – Maturing
Loans'!$J:$J,0)),"",INDEX('[Bundled Report 07-08.xls]CAU – Maturing
Loans'!$U:$U,MATCH(J1,'[Bundled Report 07-08.xls]CAU – Maturing
Loans'!$J:$J,0),1,0))