G
Gmolatore
Can I make the CountIf function conditional by preceding it with IF as follows:
=IF(O8:O264
Alternatively to do the same thing using AND:
CountIF(AND((M8:M264,"Issued",O8:O264
=IF(O8:O264
This formula doesn't work, but you can see what I'm trying to do.0,(CountIF(M8:M264,"Issued",N8:N264)+CountIf(M8:M264,"Delivered",N8:N264))
Alternatively to do the same thing using AND:
CountIF(AND((M8:M264,"Issued",O8:O264
This also doesn't work. Any tips?0),N8:N264)+CountIf(AND((M8:M264,"Delivered",O8:O264 >0),N8:N264))