Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to count how many times a number shows up in range of cells
The number I need to find & count is "36" The range is E4 to I218 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=COUNTIF(E4:I218,36) -- Biff Microsoft Excel MVP "j5b9721" wrote in message ... I need to count how many times a number shows up in range of cells The number I need to find & count is "36" The range is E4 to I218 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks!!!! that worked....
"T. Valko" wrote: Try this: =COUNTIF(E4:I218,36) -- Biff Microsoft Excel MVP "j5b9721" wrote in message ... I need to count how many times a number shows up in range of cells The number I need to find & count is "36" The range is E4 to I218 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "j5b9721" wrote in message ... Thanks!!!! that worked.... "T. Valko" wrote: Try this: =COUNTIF(E4:I218,36) -- Biff Microsoft Excel MVP "j5b9721" wrote in message ... I need to count how many times a number shows up in range of cells The number I need to find & count is "36" The range is E4 to I218 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count for numbers one and < another in a row of cells | Excel Worksheet Functions | |||
Count Cells with numbers | Excel Discussion (Misc queries) | |||
Count cells with numbers and ignore cells with errors | Excel Discussion (Misc queries) | |||
Count cells with positive numbers | Excel Discussion (Misc queries) | |||
count cells with unique numbers | Excel Worksheet Functions |