thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 1,015
- Office Version
- 365
- Platform
- Windows
Hi all. Currently I am using 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!$AD$4:$AD$503),SORT(Input!$AF$4:$AF$503),SORT(Recycle_Calc!A23:A26),SORT(Input!$AK$4:$AK$503),SORT('Project Level Items (BOM)'!B4:B50))),FILTER(u,u<>""))
I would like to change the last statement: SORT('Project Level Items (BOM)'!B4:B50 to return the value in this range but ONLY if the value in column D = "Labor"
Any help is greatly appreciated!
=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!$AD$4:$AD$503),SORT(Input!$AF$4:$AF$503),SORT(Recycle_Calc!A23:A26),SORT(Input!$AK$4:$AK$503),SORT('Project Level Items (BOM)'!B4:B50))),FILTER(u,u<>""))
I would like to change the last statement: SORT('Project Level Items (BOM)'!B4:B50 to return the value in this range but ONLY if the value in column D = "Labor"
Any help is greatly appreciated!