Forum Discussion
rttmmwv
Feb 05, 2022Copper Contributor
Help With Filter Function
Hello All, I hope nothing too similar has been posted before, but I am struggling with a filter function. I have two sheets, One where data will be displayed to the end user, and a query th...
- Feb 05, 2022
=FILTER(INDEX(HCData!A1:G50;SEQUENZ(ZEILEN(HCData!A1:G50));{4.7});(HCData!A1:A50=A13)*((HCData!C1:C50="Production Team Member")+(HCData!C1:C50="Production Temporary"));)
This formula works in my spreadsheet.
rttmmwv
Feb 07, 2022Copper Contributor
Sorry, I realized the error was coming from using semi-colon instead of comma. The Formula isn't giving errors now, but I'm getting "0" as the sole result.
OliverScheurich
Feb 07, 2022Gold Contributor
The formula returns the values from columns 4 and 7 of sheet "HCData". I deleted all the data in column 4 (Name) of sheet "HCData" and the formula returns only "0" for this column as you can see in the attached file. Maybe this is what happens in your file.
- rttmmwvFeb 07, 2022Copper ContributorI tried with different columns and they're all returning 0. All of my columns have a few thousand rows of data, so there shouldn't be any blanks.
- OliverScheurichFeb 07, 2022Gold Contributor
Can you attach a file without sensitive data which shows the details that you can see in my attached files?
- rttmmwvFeb 08, 2022Copper ContributorWhen I tried to recreate the error to send to you, it seemed to be working fine. I created a new Workbook, reran the query, and tried your formula gain and it seems to be working. Not sure what was causing the error, but it seems to be fine now.