Hello
I have a column of job numbers that I need to filter by Project Manager. The Project Manager is selected from a drop-down list.
XLOOKUP is filtering for EP but returns all values for SM.
Any help with this would be appreciated.
The formular I'm using is:
Cell H3: =IF(XLOOKUP($K$1,$A$3:$A$34,B3:B34,"",0,1)=0,"",(XLOOKUP($K$1,$A$3:$A$34,B3:B34,"",0,1)))
Cell H4: =IF(XLOOKUP($K$1,$A$3:$A$34,B4:B35,"",0,1)=0,"",(XLOOKUP($K$1,$A$3:$A$34,B4:B35,"",0,1)))
Cell H5: =IF(XLOOKUP($K$1,$A$3:$A$34,B5:B36,"",0,1)=0,"",(XLOOKUP($K$1,$A$3:$A$34,B5:B36,"",0,1)))
.
I have a column of job numbers that I need to filter by Project Manager. The Project Manager is selected from a drop-down list.
XLOOKUP is filtering for EP but returns all values for SM.
Any help with this would be appreciated.
The formular I'm using is:
Cell H3: =IF(XLOOKUP($K$1,$A$3:$A$34,B3:B34,"",0,1)=0,"",(XLOOKUP($K$1,$A$3:$A$34,B3:B34,"",0,1)))
Cell H4: =IF(XLOOKUP($K$1,$A$3:$A$34,B4:B35,"",0,1)=0,"",(XLOOKUP($K$1,$A$3:$A$34,B4:B35,"",0,1)))
Cell H5: =IF(XLOOKUP($K$1,$A$3:$A$34,B5:B36,"",0,1)=0,"",(XLOOKUP($K$1,$A$3:$A$34,B5:B36,"",0,1)))
.