Error in SELECT function

Hi, everyone.

I have no idea where my error is in this formula, i need to count the amount of people that needs to change gloves in the current month, so i’m following the method of this article, SUMIF and COUNTIF

i created a virtual column named “Vencidos” like in the example “Selected Quantities”, therefore i cant put that virtual column ina COUNT() formula. but this error happens.

Solved Solved
0 2 136
1 ACCEPTED SOLUTION

It’s your first argument, it can’t just be a column. Generally it is Table[Column].

View solution in original post

2 REPLIES 2

It’s your first argument, it can’t just be a column. Generally it is Table[Column].

That was the problem, thank you.

Top Labels in this Space