Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have Excel 2003 and want to search Cells B2:F800 to find how many times
four numbers are used. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=countif(b2:f800,1234)
would count the number of cells in b2:f800 that hold the value 1234. It would not include "abcd1234xyz", though. lccubb wrote: I have Excel 2003 and want to search Cells B2:F800 to find how many times four numbers are used. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have that; however, I want to search those cells for each time number 19,
21, 28, and 35 are together in a row. "Dave Peterson" wrote: =countif(b2:f800,1234) would count the number of cells in b2:f800 that hold the value 1234. It would not include "abcd1234xyz", though. lccubb wrote: I have Excel 2003 and want to search Cells B2:F800 to find how many times four numbers are used. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |