I would like to count blanks as such, I have an id number in column A2:A5000, and I have blanks in column K2:K5000. I want to count the blanks in column K2:K5000 if there is an id number present in column A2:A5000.
I would like to count blanks as such, I have an id number in column A2:A5000, and I have blanks in column K2:K5000. I want to count the blanks in column K2:K5000 if there is an id number present in column A2:A5000.
Try:
=Sumproduct(--(A2:A5000<>""),--(K2:K5000=""))
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks