If you want an array in memory to pass on to another calculation this array entered
Formula:
=--NOT(MMULT(--(DATA_RANGE=TRANSPOSE(MATCH_VALUES_RANGE)),{1;1;1}))
will return {0;1;0;1;0}.
To output it to the spreadsheet will require this array entered and filled down.
Formula:
=INDEX(--NOT(MMULT(--(DATA_RANGE=TRANSPOSE(MATCH_VALUES_RANGE)),{1;1;1})),ROWS(B$11:B11))
If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
Bookmarks