Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I COUNTIF blank cells. Format of cell is General
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Assuming your range is A1:A10 you could use =COUNTBLANK(A1:A10) Formulas in your range that return "" are counted but zeros are not. HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=528661 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTBLANK() (Can't remember if you need analysis toolpak installed or
not) or =COUNTIF(Range,"") -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------*------------------------------*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------*------------------------------*---------------- "Soapman" wrote in message ... How do I COUNTIF blank cells. Format of cell is Genera |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Empty cells or cells that contain formula blanks ( "" ) or both? This counts both: =COUNTBLANK(A1:E1) This will only count the cells that contain formula blanks: =SUMPRODUCT(--(ISTEXT(A1:E1)),--(LEN(A1:E1)=0)) Biff "Soapman" wrote in message ... How do I COUNTIF blank cells. Format of cell is General |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try one of these:
=COUNTIF(A1:A100,"") =COUNTBLANK(A1:A100) Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Soapman" wrote: How do I COUNTIF blank cells. Format of cell is Genera |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use COUNTBLANK()
-- Gary's Student "Soapman" wrote: How do I COUNTIF blank cells. Format of cell is General |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Apparently not as I have never installed the analyis toolpak and countlbank
worked fine for me. -- Kevin Vaughn "Ken Wright" wrote: =COUNTBLANK() (Can't remember if you need analysis toolpak installed or not) or =COUNTIF(Range,"") -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------Â*------------------------------Â*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------Â*------------------------------Â*---------------- "Soapman" wrote in message ... How do I COUNTIF blank cells. Format of cell is Genera |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting blank cells until value is reached | Excel Worksheet Functions | |||
Checking Blank Cells | Excel Worksheet Functions | |||
Excel inserted 0's in cells linked to blank cells | Excel Discussion (Misc queries) | |||
pivot tables reports - altering display of (blank) cells | Excel Worksheet Functions | |||
Copy down - special to fill only the blank cells | Excel Discussion (Misc queries) |