Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 106
Default match error

thanks, this worked perfectly! Appreciate your help!

"Bob Phillips" wrote:

Just noticed another of your errors

=IF(ISNA(MATCH(F14,'[Bundled Report 07-08.xls]CAU - Maturing
Loans'!$F:$F,0)),"",
INDEX('[Bundled Report 07-08.xls]CAU - Maturing
Loans'!$A:$A,MATCH(F14,'[Bundled
Report 07-08.xls]CAU - Maturing Loans'!$F:$F,0),1))

If you struggle using long formula, build them in separate cells, like this

M1: MATCH(F14,'[Bundled Report 07-08.xls]CAU - Maturing Loans'!$F:$F,0)
M2 = IF(ISNA(M1),"",INDEX('[Bundled Report 07-08.xls]CAU - Maturing
Loans'!$A:$A,M1,1))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Belinda7237" wrote in message
...
I am getting an error with my formula and wondering if its just
punctuation?

=IF(ISNA(MATCH,(F14,'[Bundled Report 07-08.xls]CAU - Maturing
Loans'!$F:$F,0,)""(INDEX('[Bundled Report 07-08.xls]CAU - Maturing
Loans'!$A:$A,MATCH,'[Bundled Report 07-08.xls]CAU - Maturing
Loans'!$F:$F,0),1)))

I want to lookup F14 in my current report and match it to my 0708 report -
if there is a mtach i want it to return the value in column A (which is
text)
and if it doesnt match I dont want it to do anything.





 
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
index/match error Northo111 Excel Worksheet Functions 2 April 10th 08 11:55 PM
Getting a MATCH error Lulu Montiel[_2_] Excel Discussion (Misc queries) 1 April 4th 08 05:44 PM
INDEX MATCH #N/A Error wkjgmom Excel Worksheet Functions 3 November 26th 07 04:37 AM
Match, Exact? NA error nastech Excel Discussion (Misc queries) 11 August 14th 06 08:25 PM
Formula MATCH error peterfc2 Excel Worksheet Functions 0 November 8th 04 05:53 PM


All times are GMT +1. The time now is 09:56 PM.

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"