Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am looking for an excel formula that would capture the counts of one column
(column A, that contains text and/or number) when the cells in another column (column B) is blank. Any help would be great. Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(A1:A1000<""),--(B1:B1000=""))
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "dereksmom" wrote in message ... I am looking for an excel formula that would capture the counts of one column (column A, that contains text and/or number) when the cells in another column (column B) is blank. Any help would be great. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using COUNTIF to search for existence | Excel Worksheet Functions | |||
How do I count differert items in a column only if the date in an. | Excel Worksheet Functions | |||
Only count columns if the column next to it is not blank | Excel Discussion (Misc queries) | |||
Count number of items in one column that have a value in another? | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions |