Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 106
Default match with isna formula question

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))



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default match with isna formula question

you can MATCH on 2 values against 2 lookup columns by using an array formula
(entered by pressing Ctrl-Shift-Enter)

For example

=MATCH(A1&A2,A5:A20&B5:B20,0)

If A1 contains George & A2 contains Bush, and A5:B20 contains a series of
first names & last names, that formula will look for "GeorgeBush" against
each rows' combined first & last names


"Belinda7237" wrote:

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))



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 106
Default match with isna formula question

so using the two columns ad two values I wrote this:

=IF(ISNA(MATCH(I2&J2,'Projected MCE Report Northern
C'!I:J,0)),"",INDEX('Projected MCE Report Northern
C'!U:U,MATCH(I2&J2,'Projected MCE Report Northern C'!I:J,0),1,0))

but it doesn't work - is there something i am doing incorrectly?

"Duke Carey" wrote:

you can MATCH on 2 values against 2 lookup columns by using an array formula
(entered by pressing Ctrl-Shift-Enter)

For example

=MATCH(A1&A2,A5:A20&B5:B20,0)

If A1 contains George & A2 contains Bush, and A5:B20 contains a series of
first names & last names, that formula will look for "GeorgeBush" against
each rows' combined first & last names


"Belinda7237" wrote:

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))



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ISNA match function help Adam Excel Worksheet Functions 9 March 8th 08 03:24 AM
If isna match vlookup formula maijiuli Excel Worksheet Functions 6 November 20th 07 10:09 PM
ISNA(MATCH...) and IF functions - can they be combined? Robyn from Melbourne, Australia Excel Worksheet Functions 1 November 11th 05 05:18 AM
IsNA(match Sanz Excel Worksheet Functions 1 May 23rd 05 09:11 PM
IsNA(match Duke Carey Excel Worksheet Functions 0 May 23rd 05 06:10 PM


All times are GMT +1. The time now is 09:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"