Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The column has data like this A1, 7*9; A2, 1*4; A3, 10*10. The numbers vary.
I need to count the number of cells that have a number less than five to the left of the asterink. The asterink has nothing to do with multiplication. I have created a formula using the countif function, =countif(A1:A200,1&"*")+countif(A1:A200,2&"*") etc for 3 and 4. It works well except when the number to the left of the asterink is 10, which results in that cell being counted because of the wildcard to the right. How can the formula be modified to just count based on the number 1 and not the 10 as the characters to the right of the first number, 1, vary? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count occurance of largest duplicate number in a single column ran | New Users to Excel | |||
can you count the number of letters (inc spaces) in a single sell | New Users to Excel | |||
How do you count number of characters in a single cell | Excel Worksheet Functions | |||
How do you count number of characters in a single cell | Excel Worksheet Functions | |||
How do you count number of characthers in a single cell? | Excel Worksheet Functions |