Match Returning #N/A When Item Exists

TonyMJ

New Member
Joined
Apr 17, 2009
Messages
40
I use Match (& Index) a lot but this one has me stumped.

My match returns #N/A even though the value definitely exists.

=MATCH(AI17,S17:AG17,0) which gives #N/A

if evaluate the formulas compnonents (using F9) I get

=MATCH(0.03477,{0,0.0175,0.03477,0.07024,0.10014,0.11266},0)

which correctly returns 3

The cells I'm matching are formatted exactly the same way (0.00%).

Confused - Bug in 2007 as I've never had this before?

Thanks
TMJ
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
I would suspect either your number in AI17, or numbers in S17:AG17 are not really numbers.

What do these return?
=ISNUMBER(AI17)
=ISNUMBER(S17) - Filled right to AG17
 
Upvote 0
I can't replicate this. When I input those values into S17:AG17, and used your formula, it returned 3.

Is it possible you have calculation set to manual ?
 
Upvote 0
Thanks Guys for the quick responses.

Andrew you are correct it is floating point precision and rounding works like a charm.

Thanks I can now stop banging my head on the desk and swearing at my laptop.
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,134
Members
452,890
Latest member
Nikhil Ramesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top