Rocky Rodriguez
New Member
I have a situation in excel. The case is as follow;
Column A (contain 10 rows with a single digit each)
Column B (contain 10 rows with a single digit each)
I use Column C to concatenate Column A and Column B.
Ex: (=CONCATENATE(A2,B2), =CONCATENATE(A3,B3), =CONCATENATE(A4,B4), ... =CONCATENATE(GA11,B11))
In cell C13 and C14, I try to use the formulas below to read from the concatenate formula (updating automatically) but unfortunately it doesn't work.
=COUNTIF($C$2:$C$11,"<="&50)
=COUNTIF($C$2:$C$11,">="&50)
Please, what should I do to make cells C13 and C14 abstract the values from the concatenate formula ?
This is a view of that:
Column A (contain 10 rows with a single digit each)
Column B (contain 10 rows with a single digit each)
I use Column C to concatenate Column A and Column B.
Ex: (=CONCATENATE(A2,B2), =CONCATENATE(A3,B3), =CONCATENATE(A4,B4), ... =CONCATENATE(GA11,B11))
In cell C13 and C14, I try to use the formulas below to read from the concatenate formula (updating automatically) but unfortunately it doesn't work.
=COUNTIF($C$2:$C$11,"<="&50)
=COUNTIF($C$2:$C$11,">="&50)
Please, what should I do to make cells C13 and C14 abstract the values from the concatenate formula ?
This is a view of that:
Last edited by a moderator: