COUNTIFS on blank cells

Exceldontknow

New Member
Joined
Jan 13, 2017
Messages
7
Hi! Could someone help me with this?

I have two columns, in first column "Description" a have different categorizations, in second column "Name" i have names and also i have blank cells among them.

I want to count all categories from column "Description" with blank cells in column "Name". In another words, i want to count rows that contains any text in column"Description" and blank cells in column "Name" ( rows that meet both criteria)

I tryed with COUNTIFS function, but it doesnt working. I signed BLANK cell as "" under function criteria.

Is it possible do this with COUNTIFS function??
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Say your data is in range A2:B100. Try:
Code:
=COUNTIFS(A2:A100,"<>",B2:B100,"=")
 
Upvote 0

Forum statistics

Threads
1,226,367
Messages
6,190,556
Members
453,611
Latest member
JRM59

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top