XLOOKUP with Boolean OR logic
To configure XLOOKUP with Boolean OR logic, use a lookup value of 1 with a logical expression based on addition. In the example shown, the formula in G5 is: =XLOOKUP(1,(data[Color]="red")+(data[Color]="pink"),data) where data is the name of the Excel …Read more