thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 1,015
- Office Version
- 365
- Platform
- Windows
Hi all,
Is it possible to use the following formula:
=LET(u,UNIQUE(VSTACK(SORT(Input!$Q$4:$Q$503),SORT(Input!$V$4:$V$503),SORT(Input!$X$4:$X$503),SORT(Input!$Z$4:$Z$503),SORT(Input!$AB$4:$AB$503),SORT(Input!$AD$4:$AD$503),SORT(Input!$AF$4:$AF$503),SORT(Input!$AH$4:$AH$503),SORT(Input!$AK$4:$AK$503),SORT('Recycle (BOM)'!B43:B46))),FILTER(u,u<>""))
and exclude the following criteria:
where Input!Q:Q="EMA Remove", "EMA Locked", EMA No Measure"
Many thanks in advance!
Is it possible to use the following formula:
=LET(u,UNIQUE(VSTACK(SORT(Input!$Q$4:$Q$503),SORT(Input!$V$4:$V$503),SORT(Input!$X$4:$X$503),SORT(Input!$Z$4:$Z$503),SORT(Input!$AB$4:$AB$503),SORT(Input!$AD$4:$AD$503),SORT(Input!$AF$4:$AF$503),SORT(Input!$AH$4:$AH$503),SORT(Input!$AK$4:$AK$503),SORT('Recycle (BOM)'!B43:B46))),FILTER(u,u<>""))
and exclude the following criteria:
where Input!Q:Q="EMA Remove", "EMA Locked", EMA No Measure"
Many thanks in advance!