Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am using COUNTIF formula and it is miscounting by 1 Example: =COUNTIF(O1:O275,"E6400-2.4-A") CountIf result: 4 There are actually 5 "E6400-2.4-A" in the O column... Any ideas ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My guess would be that you actually have a "E6400-2.4-A " in your data, or
something similar. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "GooseMA" wrote: Hi, I am using COUNTIF formula and it is miscounting by 1 Example: =COUNTIF(O1:O275,"E6400-2.4-A") CountIf result: 4 There are actually 5 "E6400-2.4-A" in the O column... Any ideas ? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Works ok for me when i input the formula in O276. Check the entire range.
Are you nsure you haven't got an entry outside the specified range. Sure you will have checked but you never know! "GooseMA" wrote: Hi, I am using COUNTIF formula and it is miscounting by 1 Example: =COUNTIF(O1:O275,"E6400-2.4-A") CountIf result: 4 There are actually 5 "E6400-2.4-A" in the O column... Any ideas ? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One of them might include spaces. Use:
=LEN(cell) in a blank column, where cell is the cell reference of the cell that you think contains "E6400-2.4-A", and if it does not return 11 then you have extra characters in there. Repeat for the other 4 cells. Hope this helps. Pete On Dec 8, 4:42*pm, GooseMA wrote: Hi, I am using COUNTIF formula and it is miscounting by 1 Example: * *=COUNTIF(O1:O275,"E6400-2.4-A") CountIf result: 4 There are actually 5 "E6400-2.4-A" in the O column... Any ideas ? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You 'might' get away with this depending on your data =COUNTIF(O1:O275,"*E6400-2.4-A*") Mike "GooseMA" wrote: Hi, I am using COUNTIF formula and it is miscounting by 1 Example: =COUNTIF(O1:O275,"E6400-2.4-A") CountIf result: 4 There are actually 5 "E6400-2.4-A" in the O column... Any ideas ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use a countif function according to two other countif fu. | Excel Worksheet Functions | |||
edit this =COUNTIF(A1:F16,"*1-2*")+COUNTIF(A1:F16,"*2-1*") | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
COUNTIF - #DIV/01 | Excel Discussion (Misc queries) | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions |