Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
137 views
in Technique[技术] by (71.8m points)

Excel Match() returns a value, although the lookup value is not in the array

As you can see in the screenshot, MATCH() returns a value where it shouldn't.

? The lookup value is referenced to an array (in this case: $AB$18:$AB$22 -> the red box in the screenshot)

?For some values, MATCH() returns, #N/A, which is perfectly fine, as the lookup value is not in the array

? For others, it returns the correct positional value (e.g. for 1604, it returns 4, which is the correct position)

? Problem: Sometimes, Match returns a Value, where there should be #N/A instead

? For example: See the line, where it says "1705", it returns "5", which is not true.

What can I do, to make this right?

Additinal Info:

  • For specific reasons, the numbers are stored as text, so I tried a workaround with the TEXT() function, which usually works fine.

Screenshot: Match returns wrong value

question from:https://stackoverflow.com/questions/65885052/excel-match-returns-a-value-although-the-lookup-value-is-not-in-the-array

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...