Skip to main content
17-Peridot
December 16, 2014
Solved

Problem with match function in a loop

  • December 16, 2014
  • 1 reply
  • 1335 views

Hello folks,

I'm mystified. I'm trying to identify matching values in two different arrays (see attached file). Works fine when using match in a single equation, however fails when I let it run through a loop.

It's probably me and I'd appreciate any help.

Raiko

P.S.

MC15 on a win7, 64 bit machine.

Best answer by AlanStevens

The problem is because there isn't always a match; but using "on error" catches this - see attached.

Alan

1 reply

19-Tanzanite
December 16, 2014

The problem is because there isn't always a match; but using "on error" catches this - see attached.

Alan

Raiko17-PeridotAuthor
17-Peridot
December 16, 2014

Thank you Alan. That was the clue I needed.

Raiko