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.
OliverScheurich
Feb 05, 2022Gold Contributor
=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.
- rttmmwvFeb 07, 2022Copper ContributorSorry, 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.
- OliverScheurichFeb 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.
- rttmmwvFeb 07, 2022Copper ContributorWould "SEQUENZ" be "SEQUENCE" and "ZEILEN" be "ROWS"? That is what I'm guessing based on google.... I don't have either of those exact functions.
I am also getting an error at "(INDEX(HCData!A1:G50;"