![]() |
|
#1
|
|||
|
|||
|
Hi, I have a spreadsheet with two columns, A and B, with 100 entries. All I want to do is count: for those rows in A that are NOT blank, how many rows in B are blank. When I try using COUNTIFS, ISBLANK, "", and so on, I keep getting error messages, especially that I have circular references. Thanks very much! |
|
#2
|
||||
|
||||
|
Perhaps
Code:
=SUMPRODUCT((A1:A100<>"")*(b1:b100=""))
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
#3
|
|||
|
|||
|
Thanks for the suggestion. However, I still get an error message that there is a circular reference - that doesn't make sense to me, but that's what I get.
|
|
#4
|
|||
|
|||
|
Quick update - your suggestion worked! I have a lot of blank rows at the top of the two columns and I realized that I placed the formula in one of those rows.
|
|
#5
|
||||
|
||||
|
Glad it helped
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
| Tags |
| countifs, isblank |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Suppress blanks in mail merge
|
0nyx175 | Mail Merge | 11 | 01-07-2014 02:45 PM |
how to replace a full paragraph with blanks?
|
dylansmith | Word | 8 | 10-22-2012 11:51 PM |
fill blanks in box
|
keevitaja | Word | 1 | 05-23-2011 06:34 PM |
| counting occurences of a value in a range but not including 0's nor blanks | virsojour | Excel | 0 | 07-05-2010 01:34 AM |
| using word/able to fill blanks w/o moving rest | Rath | Word | 3 | 03-07-2009 08:46 AM |