Forum Discussion

KStecyk's avatar
KStecyk
Brass Contributor
Aug 31, 2020
Solved

Implicit intersection operator

I am having difficulty understanding the content of the following webpage: https://support.microsoft.com/en-us/office/implicit-intersection-operator-ce3be07b-0101-4450-a24e-c1c999be2b34#   I have ...
  • SergeiBaklan's avatar
    Aug 31, 2020

    KStecyk 

    Actually it works as explained in support article and forces exactly the same implicit intersection behaviour as it is in pre-DA Excel where it is performed silently by default.

    OFFSET returns range, not array. Thus second point is applicable to your situation. Since formula returns horizontal range, you may return intersection with the column, not with the row. As for example

    Implicit intersection with the row returns an error since returned by formula range has multiple values in the row, actually we have no intersection here. That could be illustrated on more simple example:

    And if formula returns an array, not range, implicit intersection operator returns first element of such array.

Resources