Count Blank If Multiple Conditions Match

Pupishi

New Member
Joined
Oct 27, 2020
Messages
9
Office Version
  1. 2016
Platform
  1. Windows
Hello,

I am trying to count blanks when multiple values match by using COUNTIFS() or SUMIFS().
For example, I would like to get the sum of blanks in Apr for values A only in column B.
However, whenever I try to do it, I either get a #SPILL! error or #VALUE error.

Would be grateful for any help to get this issue fixed. Thank you.

1687144209787.png
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Another option with Sumproduct()
Book1
EFG
29AprMay
30A13
31B
Sheet1
Cell Formulas
RangeFormula
F30F30=SUMPRODUCT(($E$1:$X$1=F$29)*($B$3:$B$26=$E30)*($E$3:$X$26=""))
 
Upvote 0
Solution
This worked perfectly!! Thank you so much for the swift solution. Really appreciate it!

Another option with Sumproduct()
Book1
EFG
29AprMay
30A13
31B
Sheet1
Cell Formulas
RangeFormula
F30F30=SUMPRODUCT(($E$1:$X$1=F$29)*($B$3:$B$26=$E30)*($E$3:$X$26=""))
 
Upvote 0

Forum statistics

Threads
1,215,091
Messages
6,123,062
Members
449,090
Latest member
fragment

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