Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hello
i have a range of : a1:a10 i have made a conditional formatting for cells : a2 , a3 , a5 what formula should be used in order to count the number of cells formatted ?? THANKS |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A1:A10,the _CF_value_tested_for)
-- __________________________________ HTH Bob "pierre" wrote in message ... hello i have a range of : a1:a10 i have made a conditional formatting for cells : a2 , a3 , a5 what formula should be used in order to count the number of cells formatted ?? THANKS |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, Bob,
I couldn't get that to work with =COUNTIF(A1:A16,"TODAY()-15") (for example) The count returned 0, even with some cells in the range conforming and firing the CF. Regards - Dave. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Oops, but I have just got it working with:
=COUNTIF(H1:H16,""&TODAY()-15) Sorry I doubted you! Dave. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting | New Users to Excel | |||
counting function but not double counting duplicates | Excel Worksheet Functions | |||
HELP COUNTING | Excel Worksheet Functions | |||
Counting rows, then counting values. | Excel Discussion (Misc queries) | |||
Counting names in a column but counting duplicate names once | Excel Discussion (Misc queries) |