Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 92
Default MATCH

I have a formula like =MATCH("SLL";B2:B15000;1) and it did found the
right cell row earlier. I also used INDIRECT and OFFSET in combination
to this formula, and to test it work all right I pasted in other values
(yes, acending) where "SLL" wasn't included and checked again.

It still gave the same row! I expected an #N/A. I tried several others,
and they also still give the row they had before. I have run VBA
Application.CalculateFullRebuild without any changes

How could this be?

I checked if the reference was to an external ws, but no. When I run
Find "SLL" on that array, it doesn't find the "SLL", but the MATCH
function still does.


Any suggestions?

Regards
/Tskogstrom

../. If needed - here is the full formulas:

THE PROBLEM CELL:
=IF(ROW()<=HighestUsedRow;INDEX(INDIRECT("Cust!$A$ 1:$C$15000");MATCH(C10;OFFSET(INDIRECT("Cust!$A$1" );1;1;HighestCustomerRow-1;1);1)+1;3);"")


Where Named Range "HighestUsedRow":
=MAX(IF(ISBLANK(INDIRECT("Base!$A$1:$A$500"));0;1) *ROW(INDIRECT("Base!$A$1:$A$500")))-4

(Is correct - this just reduce the column in the sheet, it isn't
involved in this problem)


Where Named Range "HighestCustomerRow":
=COUNTA(OFFSET(INDIRECT("Cust!$A$1");0;0;15000;1))

(Formula auditing-Evaluate formula prove this to be Ok)


Kind regards
Tskogstrom

 
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
Match Index cjjoo Excel Worksheet Functions 3 October 25th 05 09:33 AM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 22nd 05 01:41 PM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 09:27 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM


All times are GMT +1. The time now is 05:39 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"