E1 calling
New Member
- Joined
- Jul 18, 2011
- Messages
- 25
Hello,
I want to count the number of cells containing a value (number) combined with a number in between brackets.
Only the number without the brackets should meet the criteria, the number in between the brackets should be ignored by the formula.
Example:
A1: 7(+1)
A2: 12(-3)
A3: 15(+2)
A4: 9(+8)
A5: 4(-1)
I’d like to count the cells with a value lower than 11, so the outcome should be 3. COUNTIF(A1:A5,”<11″) gives 0. What am I missing?
Thanks!
I want to count the number of cells containing a value (number) combined with a number in between brackets.
Only the number without the brackets should meet the criteria, the number in between the brackets should be ignored by the formula.
Example:
A1: 7(+1)
A2: 12(-3)
A3: 15(+2)
A4: 9(+8)
A5: 4(-1)
I’d like to count the cells with a value lower than 11, so the outcome should be 3. COUNTIF(A1:A5,”<11″) gives 0. What am I missing?
Thanks!