thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 1,019
- Office Version
- 365
- Platform
- Windows
hello everyone. I am having a hard time diagnosing why there is a blank row in my output. see cell B16 in the attached. Here is my formula:
=LET(u,UNIQUE(VSTACK(SORT(FILTER(Input!$Q$4:$Q$503,ISNA(XMATCH(Input!$Q$4:$Q$503,{"EMA Remove","EMA Locked","EMA No Measure"})))),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(Recycle_Calc!B43:B46),SORT(Input!$AK$4:$AK$503))),FILTER(u,u<>""))
Any help would be greatly appreciated!
=LET(u,UNIQUE(VSTACK(SORT(FILTER(Input!$Q$4:$Q$503,ISNA(XMATCH(Input!$Q$4:$Q$503,{"EMA Remove","EMA Locked","EMA No Measure"})))),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(Recycle_Calc!B43:B46),SORT(Input!$AK$4:$AK$503))),FILTER(u,u<>""))
Any help would be greatly appreciated!