Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Function myCount(myRange)
Application.Volatile For Each c In myRange If IsNumeric(c) And c.HasFormula = False And c < "" Then myCount = myCount + 1 Next End Function Put in regular module and use it : =myCount(A1:A5) "Ed Davis" skrev: How would I use count when a formula is in cells but if the cell has not data except the formula how would I use count to count only the cells that have a number and disregard the cells with just the formula. Thanks in advance. Ed Davis |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Employee Work Time - Don't Count Duplicates | Excel Worksheet Functions | |||
Count Employee Work Time - Don't Double-count Overlapping Apts. | Excel Worksheet Functions | |||
Excel 2000, count, sort a list & count totals? | Excel Worksheet Functions | |||
Count formula issue | Excel Discussion (Misc queries) | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions |