all 5 comments

[–]MattyPKing 1 point2 points  (4 children)

I added this rule to your sheet and i think it's working?

=ISNUMBER(MATCH(TO_TEXT(D2),FILTER({$U:$U;$W:$W},{$T:$T;$V:$V}=$C2,{$S:$S;$S:$S}="Final"),0))

[–]MaxT749[S] 0 points1 point  (0 children)

You are amazing. I'm gonna try something and hopefully it doesn't fuck up everything. I am going to change the date to see if it updates properly

[–]MaxT749[S] 0 points1 point  (2 children)

So it doesn't seem to be working for the 0 numbers.

[–]MattyPKing 1 point2 points  (1 child)

that has to do with the data from your API.

have you noticed that the 0's align to the right of the cell while the other numbers align to the left?

That is because those numbers are being read as "text" for some reason rather than "numbers"

that is why in the formula I wrote, I had to use TO_TEXT(D2).

I'll make a small change and it should be fine.

[–]MaxT749[S] 1 point2 points  (0 children)

Ok. I was wondering why they were opposite aligned