I´m using FILTER function. It returns 0 when there is no value. I have used the optional [if empty], but still get 0. I´m sure it must be some trivial mistake by me. Can the experts help please?
Source table:
Filter:
Source table:
excel problems.xlsx | ||||
---|---|---|---|---|
B | C | |||
2 | name | dept | ||
3 | abc | finance | ||
4 | bcd | hr | ||
5 | cde | procurement | ||
6 | def | sales | ||
7 | abc | sales | ||
8 | hr | |||
9 | mno | security | ||
10 | procurement | |||
11 | hr | |||
12 | efg | finance | ||
filter |
Filter:
excel problems.xlsx | ||||
---|---|---|---|---|
E | F | |||
3 | bcd | hr | ||
4 | 0 | hr | ||
5 | 0 | hr | ||
filter |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E3:F5 | E3 | =FILTER($B$3:$C$12,$C$3:$C$12="hr","no name") |
Dynamic array formulas. |