Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A B C
8/1/06 8/1/06 2 8/2/06 8/2/06 1 8/3/06 8/3/06 2 8/3/06 8/1/06 I need a formula to count how many dates in the list are for 8/1, 8/2, etc. I tried COUNTIF(A1:A5,=b1) and get 0 value |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A1:A5,B1)
You don't need the =B1, it is just B1 -- Allllen "TMF in MN" wrote: A B C 8/1/06 8/1/06 2 8/2/06 8/2/06 1 8/3/06 8/3/06 2 8/3/06 8/1/06 I need a formula to count how many dates in the list are for 8/1, 8/2, etc. I tried COUNTIF(A1:A5,=b1) and get 0 value |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or, if you insist on using = try "="&b1
-- Don Guillett SalesAid Software "Allllen" wrote in message ... =COUNTIF(A1:A5,B1) You don't need the =B1, it is just B1 -- Allllen "TMF in MN" wrote: A B C 8/1/06 8/1/06 2 8/2/06 8/2/06 1 8/3/06 8/3/06 2 8/3/06 8/1/06 I need a formula to count how many dates in the list are for 8/1, 8/2, etc. I tried COUNTIF(A1:A5,=b1) and get 0 value |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
=COUNTIF(A$1:A$5,B1) should work for you Thanks Shail TMF in MN wrote: A B C 8/1/06 8/1/06 2 8/2/06 8/2/06 1 8/3/06 8/3/06 2 8/3/06 8/1/06 I need a formula to count how many dates in the list are for 8/1, 8/2, etc. I tried COUNTIF(A1:A5,=b1) and get 0 value |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel formula calculations are wrong | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula retrieves wrong data | Excel Discussion (Misc queries) | |||
Recalculating Formula - Getting the wrong answers | Excel Discussion (Misc queries) | |||
Paste is is copying in formula, but display is wrong. | Excel Discussion (Misc queries) |