79277438

Date: 2024-12-13 07:01:04
Score: 1
Natty:
Report link

The condition in the FILTER function is always TRUE that's why you get all the ROWS

ROWS(FILTER(Employees[Name],Employees[Name]=Employees[Name]))

I suggest you use

COUNTIF(Employees[Name], $B2)

in the first row and fill down the other cells bellow.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Lewis