Programming
Programming Questions? Ask a Programmer for Answers ASAP
Hello and Welcome to JustAnswer; and thank you for posting your question. I will be happy to assist you with this.
How about comparing the values and input one if they are <=0 and 0 otherwise.
Then sum all the ones which will give you the count.
IF(A1<=0, 1,0)
Then sum all the values in this column which will add all the 1s and give you the count.
=IFS(COUNTIF(E11:H11,INT_MIN)=4,1,COUNTIF(E11:H11,INT_MIN)=3,2,COUNTIF(E11:H11,INT_MIN)=2,3,COUNTIF(E11:H11,INT_MIN)=1,4,COUNTIF(E11:H11,INT_MIN)=0,5)
No, wait, this will also count positive values
Sorry, I am not sure about this. Let me open this question to other experts.
Apologies for the delay.
Hello and welcome to JustAnswer, an independent technical support website. My name is ***** ***** it’s my pleasure to be assisting you today.
Do you mean you need two results? The counters negative and positive numbers of a given row?
No. I see nothing uploaded.
Yes, please advise which range is to be counted?
Okay, I just upload an example for your reference. Just hope it could make sense to you.