SOLVED

Countifs function returns VALUE

Copper Contributor

Hi,

 

I'm trying to count the number of times a given name in a column has a value of >0. However it gives me "=VALUE!".. 

This is my function: =COUNTIFS(B2:B14;B2;C2:E14;">0")

I am using number format for the number column and general format in the text column. 

I can't get it to work in both excel web version and on the desktop.

I have tried to follow the "work around" suggestions from microsoft on their post about this problem, but it seems that is does not suit the CountIFS but only CountIF.

 

Thank you :) 

LiseGKristensen_0-1645170552906.png

 

 

 

1 Reply
best response confirmed by LiseGKristensen (Copper Contributor)
Solution
=COUNTIFS(B2:B14,B2,C2:C14,">0")
1 best response

Accepted Solutions
best response confirmed by LiseGKristensen (Copper Contributor)
Solution
=COUNTIFS(B2:B14,B2,C2:C14,">0")

View solution in original post