Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi - How do I write a count formula for non-blank cells that may contain
either a "X" or a number? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if the COUNTA function returns what you are looking for.
Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Mrebisz3154" wrote: Hi - How do I write a count formula for non-blank cells that may contain either a "X" or a number? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =COUNTIF(A1:A30,"x")+COUNTIF(A1:A30,"=0") This is assuming you want to count cells that contain a 0, if you don't, just remove the = from the second COUNTIF. HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=502518 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
converting formula from lotus.123 to excel | Excel Worksheet Functions | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula to make Excel count business days/skip weekends? | Excel Worksheet Functions |