Data in TheRange is {1,"",1,"",1,"",1,"",2}
=Match(2, TheRange, 1) returns 9 as expected
=Match(1.5, TheRange, 1) returns 7 as expected
=Match(1, TheRange, 1) returns 5 which is not expected
Anyone come across this ? Anyone got a fix?
Additionally if I use Worksheet.Function.Match in VBA I get more unexpected results.