in one sheet I have changed this formula:
B4: =TRANSPOSE(SORT(UNIQUE(BaseData[Partner])))
which returned 6 values in B4:G4
into:
B4: =INDEX(SORT(UNIQUE(BaseData[Partner])),SEQUENCE(2,3,1,1))
which returns 6 values in B4:D5
in another sheet I have the formula:
=XLOOKUP([@Partner], INDEX(' FILTER'!$B$4#,,), INDEX(' FILTER'!$B$5:$G$5,,))
where I want to change: INDEX(' FILTER'!$B$5:$G$5,,) so it looks in the range: B3:D3 and B6:D6
the formula should return TRUE or FALSE if the Partner was found in B3:D3 or B6:D6
B4: =TRANSPOSE(SORT(UNIQUE(BaseData[Partner])))
which returned 6 values in B4:G4
into:
B4: =INDEX(SORT(UNIQUE(BaseData[Partner])),SEQUENCE(2,3,1,1))
which returns 6 values in B4:D5
in another sheet I have the formula:
=XLOOKUP([@Partner], INDEX(' FILTER'!$B$4#,,), INDEX(' FILTER'!$B$5:$G$5,,))
where I want to change: INDEX(' FILTER'!$B$5:$G$5,,) so it looks in the range: B3:D3 and B6:D6
the formula should return TRUE or FALSE if the Partner was found in B3:D3 or B6:D6