Forum Discussion
Help With Filter Function
- 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.
=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.
- 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.
- OliverScheurichFeb 07, 2022Gold Contributor
Can you attach a file without sensitive data which shows the details that you can see in my attached files?