UT_Princess
New Member
- Joined
- Nov 6, 2019
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
I have a formula where I am trying to pull unique data from columns r/s where s does not equal exclude. I then want to sort it by column r then column s. This formula is the closest I have come and it does everything except apply the filter. Any thoughts?
Result Expected:
LET(u,SORTBY('Sheet2'!R:S,'Sheet2'!R:R,,'Sheet2'!S:S,1),UNIQUE((FILTER(u,'Sheet2'S:S<>"EXCLUDE")))) |
Here's sample data:
|
Result Expected:
A | abc |
A | def |
B | abc |
B | ghi |
C | abc |
C | def |
C | ghi |